We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da3fdb commit e805a5eCopy full SHA for e805a5e
nixpkgs.nix
@@ -1,10 +1,10 @@
1
arg:
2
let
3
repo = "https://github.com/NixOS/nixpkgs";
4
- rev = "ca77296380960cd497a765102eeb1356eb80fed0";
+ rev = "1242ee333dd7063e6d57ee1996a2e0504a28de16";
5
nixpkgs = import (builtins.fetchTarball {
6
url = "${repo}/archive/${rev}.tar.gz";
7
- sha256 = "1airrw6l87iyny1a3mb29l28na4s4llifprlgpll2na461jd40iy";
+ sha256 = "01d35c1x18l4jzcqz5p9d5xw71kclzix7fyiv2lf7wdk3q822b5s";
8
}) arg;
9
in
10
nixpkgs
shell.nix
@@ -9,7 +9,7 @@
brotli
c-ares
11
libuv
12
- nghttp2
+ # nghttp2
13
nghttp3
14
ngtcp2
15
openssl
0 commit comments