Skip to content

Commit 2a168c4

Browse files
committed
fixup! tools: update nixpkgs-unstable to ffcdcf99d65c61956d882df249a9be53e59
1 parent 3c05fc4 commit 2a168c4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tools/nix/sharedLibDeps.nix

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
brotli
88
c-ares
99
libuv
10-
nghttp2
1110
nghttp3
1211
ngtcp2
1312
simdjson
@@ -18,6 +17,16 @@
1817
zstd
1918
;
2019
http-parser = pkgs.llhttp;
20+
nghttp2 = pkgs.nghttp2.overrideAttrs {
21+
patches = [
22+
(pkgs.fetchpatch2 {
23+
url = "https://github.com/nghttp2/nghttp2/commit/7784fa979d0bcf801a35f1afbb25fb048d815cd7.patch?full_index=1";
24+
revert = true;
25+
excludes = [ "lib/includes/nghttp2/nghttp2.h" ];
26+
hash = "sha256-RG87Qifjpl7HTP9ac2JwHj2XAbDlFgOpAnpZX3ET6gU=";
27+
})
28+
];
29+
};
2130
openssl = pkgs.openssl.overrideAttrs (old: {
2231
version = "3.5.4";
2332
src = pkgs.fetchurl {

0 commit comments

Comments
 (0)