Merge pull request #278205 from r-ryantm/auto-update/nng

nng: 1.6.0 -> 1.7.0
This commit is contained in:
Weijia Wang
2024-01-04 21:12:44 +01:00
committed by GitHub
+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 ]