Skip to content

Commit 5c2eeaa

Browse files
authored
nghttp3: 1.7.0 -> 1.8.0 (#383944)
2 parents 13a8d61 + 46d6d07 commit 5c2eeaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/nghttp3/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation rec {
1111
pname = "nghttp3";
12-
version = "1.7.0";
12+
version = "1.8.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "ngtcp2";
1616
repo = pname;
1717
rev = "v${version}";
18-
hash = "sha256-GLYZv5i/hqK5L65uKv0wFBO/5sCVvM/wr4qWyCQKvQQ=";
18+
hash = "sha256-SWc7qTQjk03I24nYjzUnOj58ZuV3cbX0G5y4zXwiU4w=";
1919
fetchSubmodules = true;
2020
};
2121

0 commit comments

Comments
 (0)