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 425e347 commit 491986eCopy full SHA for 491986e
1 file changed
tools/nix/sharedLibDeps.nix
@@ -25,14 +25,11 @@
25
hdr-histogram = pkgs.hdrhistogram_c;
26
http-parser = pkgs.llhttp;
27
nghttp2 = pkgs.nghttp2.overrideAttrs {
28
- patches = [
29
- (pkgs.fetchpatch2 {
30
- url = "https://github.com/nghttp2/nghttp2/commit/7784fa979d0bcf801a35f1afbb25fb048d815cd7.patch?full_index=1";
31
- revert = true;
32
- excludes = [ "lib/includes/nghttp2/nghttp2.h" ];
33
- hash = "sha256-RG87Qifjpl7HTP9ac2JwHj2XAbDlFgOpAnpZX3ET6gU=";
34
- })
35
- ];
+ version = "1.69.0";
+ src = pkgs.fetchurl {
+ url = "https://github.com/nghttp2/nghttp2/releases/download/v1.69.0/nghttp2-1.69.0.tar.bz2";
+ hash = "sha256-PxhfWxw+d4heuc8/LE2ksan3OiS/WVe4KRg60Tf4Lcg=";
+ };
36
};
37
}
38
// (pkgs.lib.optionalAttrs withLief {
0 commit comments