Skip to content

Commit 1c2278e

Browse files
authored
nghttp3: 1.5.0 -> 1.6.0 (#346671)
2 parents 798c026 + c51750b commit 1c2278e

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
@@ -6,13 +6,13 @@
66

77
stdenv.mkDerivation rec {
88
pname = "nghttp3";
9-
version = "1.5.0";
9+
version = "1.6.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "ngtcp2";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-sVEMFTe3+r11yz4gzV+0VC8ngaanoj27DLW5hakyc4Y=";
15+
hash = "sha256-5QsJLN79SkbrCfIGfeJ91AUEf9/V6BWkNE60wOkxdow=";
1616
fetchSubmodules = true;
1717
};
1818

0 commit comments

Comments
 (0)