Skip to content

Commit ce8b255

Browse files
tools: update nixpkgs-unstable to c0f3d81a7ddbc2b1332be0d8481a672b4f6
1 parent 6964b53 commit ce8b255

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

0 commit comments

Comments
 (0)