Skip to content

Commit ea63928

Browse files
tools: update nixpkgs-unstable to 917fec990948658ef1ccd07cef2a1ef0607
1 parent f38a739 commit ea63928

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 = "d1c15b7d5806069da59e819999d70e1cec0760bf";
4+
rev = "917fec990948658ef1ccd07cef2a1ef060786846";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "08f0iv9rn4d9ha35kblqpkrgbbnfby87bj8fx1839l3r4grqdnvg";
7+
sha256 = "1x3hmj6vbza01cl5yf9d0plnmipw3ap6y0k5rl9bl11fw7gydvva";
88
}) arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)