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

nng: 1.7.0 -> 1.7.1
This commit is contained in:
Nikolay Korotkiy 2024-01-08 20:48:21 +04:00 committed by GitHub
commit 634d62c7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nng";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "nanomsg";
repo = "nng";
rev = "v${version}";
hash = "sha256-QnT27Xej8bu2wj2v1uwAAJt4DrQlgMsGOvj8ZLpx57A=";
hash = "sha256-6JFmoCELDkvDvTNy2ET4igFCc/J9wraN6Cl1lq9So1Q=";
};
nativeBuildInputs = [ cmake ninja ]