nng: 1.8.0 -> 1.9.0
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nng";
|
pname = "nng";
|
||||||
version = "1.8.0";
|
version = "1.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nanomsg";
|
owner = "nanomsg";
|
||||||
repo = "nng";
|
repo = "nng";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-E2uosZrmxO3fqwlLuu5e36P70iGj5xUlvhEb+1aSvOA=";
|
hash = "sha256-N1ZMILrFhdkwU4PK/zlSCgGjOm0748fgvZRrk7I9YVg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ninja ]
|
nativeBuildInputs = [ cmake ninja ]
|
||||||
|
|||||||
Reference in New Issue
Block a user