nng: 1.9.0 -> 1.10

This commit is contained in:
R. Ryantm
2025-01-05 12:31:39 +00:00
parent e554bf1765
commit e51eefa29b
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "nng";
version = "1.9.0";
version = "1.10";
src = fetchFromGitHub {
owner = "nanomsg";
repo = "nng";
rev = "v${version}";
hash = "sha256-N1ZMILrFhdkwU4PK/zlSCgGjOm0748fgvZRrk7I9YVg=";
hash = "sha256-HQQx65itnDPX/luN2JtU03R7o+jzmGXJPOh4ffodxzA=";
};
nativeBuildInputs = [