Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8a76958

Browse filesBrowse files
tools: update nixpkgs-unstable to ffcdcf99d65c61956d882df249a9be53e59
PR-URL: #60315 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 5de368f commit 8a76958
Copy full SHA for 8a76958

2 files changed

+12-3Lines changed: 12 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎tools/nix/pkgs.nix‎

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
arg:
22
let
33
repo = "https://github.com/NixOS/nixpkgs";
4-
rev = "ca77296380960cd497a765102eeb1356eb80fed0";
4+
rev = "ffcdcf99d65c61956d882df249a9be53e5902ea5";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "1airrw6l87iyny1a3mb29l28na4s4llifprlgpll2na461jd40iy";
7+
sha256 = "09ifrgxin9may5kll1g2fdxixb0k3ipzhfw90mckl17mpbrgaglp";
88
}) arg;
99
in
1010
nixpkgs
Collapse file

‎tools/nix/sharedLibDeps.nix‎

Copy file name to clipboardExpand all lines: tools/nix/sharedLibDeps.nix
+10-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.