nng: 1.8.0 -> 1.9.0 (#346990)

This commit is contained in:
OTABI Tomoya
2024-10-14 18:26:23 +09:00
committed by GitHub
+2 -2
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 ]