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

libnats-c: 3.7.0 -> 3.8.0
This commit is contained in:
Weijia Wang 2024-03-07 11:50:48 +01:00 committed by GitHub
commit 4243d4aab3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "libnats";
version = "3.7.0";
version = "3.8.0";
src = fetchFromGitHub {
owner = "nats-io";
repo = "nats.c";
rev = "v${version}";
sha256 = "sha256-BIEe3DhPqyK+vAAk/6x8Ui+4t+IUyvtHf5Lk2AZVuC8=";
sha256 = "sha256-fIm5RBX6m0zSeq2WvpIEi2+ibpnyqsFkeP0T9NS+sOw=";
};
nativeBuildInputs = [ cmake ];