nng: 1.7.3 -> 1.8.0

This commit is contained in:
R. Ryantm 2024-04-22 01:17:10 +00:00
parent cbb7ae70a1
commit e1c38d17a0

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 ]