File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11arg :
22let
33 repo = "https://github.com/NixOS/nixpkgs" ;
4- rev = "ca77296380960cd497a765102eeb1356eb80fed0 " ;
4+ rev = "1cef900e590ea97fb326b74dfff77d23e5e9f8c1 " ;
55 nixpkgs = import ( builtins . fetchTarball {
66 url = "${ repo } /archive/${ rev } .tar.gz" ;
7- sha256 = "1airrw6l87iyny1a3mb29l28na4s4llifprlgpll2na461jd40iy " ;
7+ sha256 = "10460nq82m1gwjcmg36qjbrimi3zpb9wyhwmlbz6ayjgbff8drwj " ;
88 } ) arg ;
99in
1010nixpkgs
Original file line number Diff line number Diff line change 99 brotli
1010 c-ares
1111 libuv
12- nghttp2
1312 nghttp3
1413 ngtcp2
1514 openssl
2120 zstd
2221 ;
2322 http-parser = pkgs . llhttp ;
23+ nghttp2 = pkgs . nghttp2 . overrideAttrs ( {
24+ version = "1.66.0" ;
25+
26+ src = pkgs . fetchurl {
27+ url = "https://github.com/nghttp2/nghttp2/releases/download/v1.66.0/nghttp2-1.66.0.tar.bz2" ;
28+ hash = "sha256-HUhK03NU35/KuXCBTpOl3KkaUyVug/T1jdcxGcYyEBc=" ;
29+ } ;
30+ } ) ;
2431 } ,
2532 ccache ? pkgs . ccache ,
2633 ninja ? pkgs . ninja ,
You can’t perform that action at this time.
0 commit comments