nng: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2024-01-02 06:20:32 +00:00
parent 3d54a95d71
commit 1707a150df
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nng";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "nanomsg";
repo = "nng";
rev = "v${version}";
hash = "sha256-Kq8QxPU6SiTk0Ev2IJoktSPjVOlAS4/e1PQvw2+e8UA=";
hash = "sha256-QnT27Xej8bu2wj2v1uwAAJt4DrQlgMsGOvj8ZLpx57A=";
};
nativeBuildInputs = [ cmake ninja ]