nng: 1.7.1 -> 1.7.2

This commit is contained in:
R. Ryantm 2024-02-07 16:16:07 +00:00
parent 5ef42fcd84
commit 2c28995e12

View File

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