Skip to content

Commit 6a84d4a

Browse files
tools: update nixpkgs-unstable to 832efc09b4caf6b4569fbf9dc01bec3082a
PR-URL: #62486 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent d7b1589 commit 6a84d4a

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 = "9cf7092bdd603554bd8b63c216e8943cf9b12512";
4+
rev = "832efc09b4caf6b4569fbf9dc01bec3082a00611";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "0bfq9cjbp8ywrdp03ji8mak5b20aa5cn8l04vvfrjybdc4q6znpn";
7+
sha256 = "1sxhlp1khk9ifh24lcg5qland4pg056l5jhyfw8xq3qmpavf390x";
88
}) arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)