Skip to content

Commit

Permalink
libnats-c: 3.8.2 -> 3.9.1 (#346061)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 10, 2024
2 parents a382145 + 44b5d84 commit bbcb6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/li/libnats-c/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "libnats";
version = "3.8.2";
version = "3.9.1";

src = fetchFromGitHub {
owner = "nats-io";
repo = "nats.c";
rev = "v${version}";
sha256 = "sha256-Tn88RRigL6C36AcFhUlLbLyqcqbBR8z6PKAQH4w/mYY=";
sha256 = "sha256-n6DKkUDNoxTJedrDc/i93Nw0Nq6PXWnFCcUQFL2BI30=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit bbcb6b8

Please sign in to comment.