Merge pull request #305871 from r-ryantm/auto-update/nng
nng: 1.7.3 -> 1.8.0
This commit is contained in:
commit
11962b0826
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nng";
|
pname = "nng";
|
||||||
version = "1.7.3";
|
version = "1.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nanomsg";
|
owner = "nanomsg";
|
||||||
repo = "nng";
|
repo = "nng";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-oP7hO3wCXNPW7877wK+HpGsw7j+U0q4i8aTRVi1v0r0=";
|
hash = "sha256-E2uosZrmxO3fqwlLuu5e36P70iGj5xUlvhEb+1aSvOA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ninja ]
|
nativeBuildInputs = [ cmake ninja ]
|
||||||
|
|
Loading…
Reference in a new issue