| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,10 +1,10 @@ | |||
| 1 | 1 | arg: | |
| 2 | 2 | let | |
| 3 | 3 | repo = "https://github.com/NixOS/nixpkgs"; | |
| 4 | - rev = "ca77296380960cd497a765102eeb1356eb80fed0"; | ||
| 4 | + rev = "ffcdcf99d65c61956d882df249a9be53e5902ea5"; | ||
| 5 | 5 | nixpkgs = import (builtins.fetchTarball { | |
| 6 | 6 | url = "${repo}/archive/${rev}.tar.gz"; | |
| 7 | - sha256 = "1airrw6l87iyny1a3mb29l28na4s4llifprlgpll2na461jd40iy"; | ||
| 7 | + sha256 = "09ifrgxin9may5kll1g2fdxixb0k3ipzhfw90mckl17mpbrgaglp"; | ||
| 8 | 8 | }) arg; | |
| 9 | 9 | in | |
| 10 | 10 | nixpkgs | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,6 @@ | |||
| 7 | 7 | brotli | |
| 8 | 8 | c-ares | |
| 9 | 9 | libuv | |
| 10 | - nghttp2 | ||
| 11 | 10 | nghttp3 | |
| 12 | 11 | ngtcp2 | |
| 13 | 12 | simdjson | |
@@ -18,6 +17,16 @@ | |||
| 18 | 17 | zstd | |
| 19 | 18 | ; | |
| 20 | 19 | 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 | + }; | ||
| 21 | 30 | openssl = pkgs.openssl.overrideAttrs (old: { | |
| 22 | 31 | version = "3.5.4"; | |
| 23 | 32 | src = pkgs.fetchurl { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments