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

libnats-c: 3.4.0 -> 3.4.1
This commit is contained in:
Mario Rodas 2022-10-14 19:41:30 -05:00 committed by GitHub
commit c931b42293
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.4.0";
version = "3.4.1";
src = fetchFromGitHub {
owner = "nats-io";
repo = "nats.c";
rev = "v${version}";
sha256 = "sha256-NtZjAXwp1JraoWsB750itKv1b+cfLwbr4XuxgIuZ+8A=";
sha256 = "sha256-Mbmd1bhFnc4feC0bnOa5mD15DxvY4Sgftx3Ep/7Cdp4=";
};
nativeBuildInputs = [ cmake ];