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

libnats-c: 3.3.0 -> 3.4.0
This commit is contained in:
Mario Rodas 2022-09-30 07:05:21 -05:00 committed by GitHub
commit f5a694603d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "libnats";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "nats-io";
repo = "nats.c";
rev = "v${version}";
sha256 = "sha256-2z+r0OIVYE7NPQQAd5vOK8KkFo4Zzi2pPcwPByJTyPc=";
sha256 = "sha256-NtZjAXwp1JraoWsB750itKv1b+cfLwbr4XuxgIuZ+8A=";
};
nativeBuildInputs = [ cmake ];