Skip to content

Commit

Permalink
Merge pull request #186654 from r-ryantm/auto-update/libnats-c
Browse files Browse the repository at this point in the history
libnats-c: 3.2.0 -> 3.3.0
  • Loading branch information
risicle authored Aug 14, 2022
2 parents d005835 + 82a99f1 commit 31abe91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libnats-c/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "libnats";
version = "3.2.0";
version = "3.3.0";

src = fetchFromGitHub {
owner = "nats-io";
repo = "nats.c";
rev = "v${version}";
sha256 = "1ngji3sa44y27lnq4x5dzbd117s9psx4w0j50b4c2b72cf2z139q";
sha256 = "sha256-2z+r0OIVYE7NPQQAd5vOK8KkFo4Zzi2pPcwPByJTyPc=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 31abe91

Please sign in to comment.