Skip to content

Commit 173afa2

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/nix/sharedLibDeps.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
zstd
1818
;
1919
http-parser = pkgs.llhttp;
20-
nghttp2 = pkgs.nghttp2.overrideAttrs {
21-
patches = [
20+
nghttp2 = pkgs.nghttp2.overrideAttrs (old: {
21+
patches = old.patches ++ [
2222
(pkgs.fetchpatch2 {
2323
url = "https://github.com/nghttp2/nghttp2/commit/7784fa979d0bcf801a35f1afbb25fb048d815cd7.patch?full_index=1";
2424
revert = true;
2525
excludes = [ "lib/includes/nghttp2/nghttp2.h" ];
2626
hash = "sha256-RG87Qifjpl7HTP9ac2JwHj2XAbDlFgOpAnpZX3ET6gU=";
2727
})
2828
];
29-
};
29+
});
3030
openssl = pkgs.openssl.overrideAttrs (old: {
3131
version = "3.5.4";
3232
src = pkgs.fetchurl {

0 commit comments

Comments
 (0)