Skip to content

Commit

Permalink
Merge pull request #305871 from r-ryantm/auto-update/nng
Browse files Browse the repository at this point in the history
nng: 1.7.3 -> 1.8.0
  • Loading branch information
Aleksanaa authored Apr 23, 2024
2 parents 71b4a60 + e1c38d1 commit 11962b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nng/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 11962b0

Please sign in to comment.