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

nng: 1.7.3 -> 1.8.0
This commit is contained in:
Aleksana 2024-04-24 02:05:29 +08:00 committed by GitHub
commit 11962b0826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nng";
version = "1.7.3";
version = "1.8.0";
src = fetchFromGitHub {
owner = "nanomsg";
repo = "nng";
rev = "v${version}";
hash = "sha256-oP7hO3wCXNPW7877wK+HpGsw7j+U0q4i8aTRVi1v0r0=";
hash = "sha256-E2uosZrmxO3fqwlLuu5e36P70iGj5xUlvhEb+1aSvOA=";
};
nativeBuildInputs = [ cmake ninja ]