Skip to content

Commit 491986e

Browse files
committed
Update sharedlibs nghttp2 to 1.69.0
Signed-off-by: Tim Perry <pimterry@gmail.com>
1 parent 425e347 commit 491986e

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

tools/nix/sharedLibDeps.nix

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@
2525
hdr-histogram = pkgs.hdrhistogram_c;
2626
http-parser = pkgs.llhttp;
2727
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-
];
28+
version = "1.69.0";
29+
src = pkgs.fetchurl {
30+
url = "https://github.com/nghttp2/nghttp2/releases/download/v1.69.0/nghttp2-1.69.0.tar.bz2";
31+
hash = "sha256-PxhfWxw+d4heuc8/LE2ksan3OiS/WVe4KRg60Tf4Lcg=";
32+
};
3633
};
3734
}
3835
// (pkgs.lib.optionalAttrs withLief {

0 commit comments

Comments
 (0)