libnats-c: 3.4.1 -> 3.5.0

This commit is contained in:
R. Ryantm 2022-11-09 02:31:51 +00:00
parent 65522538a3
commit 388f240373

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "libnats";
version = "3.4.1";
version = "3.5.0";
src = fetchFromGitHub {
owner = "nats-io";
repo = "nats.c";
rev = "v${version}";
sha256 = "sha256-Mbmd1bhFnc4feC0bnOa5mD15DxvY4Sgftx3Ep/7Cdp4=";
sha256 = "sha256-mdOvJkCdJ2QEsVUdxVCpIDLn4+6JM6OeJfasJxqqID8=";
};
nativeBuildInputs = [ cmake ];