We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d786d01 commit c51750bCopy full SHA for c51750b
pkgs/development/libraries/nghttp3/default.nix
@@ -6,13 +6,13 @@
6
7
stdenv.mkDerivation rec {
8
pname = "nghttp3";
9
- version = "1.5.0";
+ version = "1.6.0";
10
11
src = fetchFromGitHub {
12
owner = "ngtcp2";
13
repo = pname;
14
rev = "v${version}";
15
- hash = "sha256-sVEMFTe3+r11yz4gzV+0VC8ngaanoj27DLW5hakyc4Y=";
+ hash = "sha256-5QsJLN79SkbrCfIGfeJ91AUEf9/V6BWkNE60wOkxdow=";
16
fetchSubmodules = true;
17
};
18
0 commit comments