Skip to content

Commit 50d4856

Browse files
tools: update nixpkgs-unstable to a7fc11be66bdfb5cdde611ee5ce381c183d
1 parent 24bebd0 commit 50d4856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/nix/pkgs.nix

Lines 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 = "a7fc11be66bdfb5cdde611ee5ce381c183da8386";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "1airrw6l87iyny1a3mb29l28na4s4llifprlgpll2na461jd40iy";
7+
sha256 = "0h3gvjbrlkvxhbxpy01n603ixv0pjy19n9kf73rdkchdvqcn70j2";
88
}) arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)