libnats-c: 3.6.1 -> 3.7.0

This commit is contained in:
R. Ryantm 2023-10-12 20:38:34 +00:00
parent 093f098d26
commit 907ec89bbe

View File

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