nng: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm
2024-10-07 01:57:29 +00:00
parent c1bdc0da23
commit 08f99293ad

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nng";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "nanomsg";
repo = "nng";
rev = "v${version}";
hash = "sha256-E2uosZrmxO3fqwlLuu5e36P70iGj5xUlvhEb+1aSvOA=";
hash = "sha256-N1ZMILrFhdkwU4PK/zlSCgGjOm0748fgvZRrk7I9YVg=";
};
nativeBuildInputs = [ cmake ninja ]