Merge pull request #304945 from r-ryantm/auto-update/libnats-c

libnats-c: 3.8.0 -> 3.8.2
This commit is contained in:
Nick Cao 2024-04-18 10:21:29 -04:00 committed by GitHub
commit a9dff2dea5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "libnats";
version = "3.8.0";
version = "3.8.2";
src = fetchFromGitHub {
owner = "nats-io";
repo = "nats.c";
rev = "v${version}";
sha256 = "sha256-fIm5RBX6m0zSeq2WvpIEi2+ibpnyqsFkeP0T9NS+sOw=";
sha256 = "sha256-Tn88RRigL6C36AcFhUlLbLyqcqbBR8z6PKAQH4w/mYY=";
};
nativeBuildInputs = [ cmake ];