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 9cc7fcc commit 4bd3e7aCopy full SHA for 4bd3e7a
1 file changed
tools/nix/pkgs.nix
@@ -1,10 +1,10 @@
1
arg:
2
let
3
repo = "https://github.com/NixOS/nixpkgs";
4
- rev = "ae67888ff7ef9dff69b3cf0cc0fbfbcd3a722abe";
+ rev = "2343bbb58f99267223bc2aac4fc9ea301a155a16";
5
nixpkgs = import (builtins.fetchTarball {
6
url = "${repo}/archive/${rev}.tar.gz";
7
- sha256 = "0hbf69ki28s8ss18x4qj9kpcw5afy8qfmd3gw1k6wn2lfhq5ddrz";
+ sha256 = "03qwpi78578vlp1y1wfg5yrfyinp82sq16z910gijpphc16dd2rf";
8
}) arg;
9
in
10
nixpkgs
0 commit comments