Skip to content

Commit 511a57a

Browse files
tools: update nixpkgs-unstable to a6522db5b947cd7026a40d02acc3ca26136
PR-URL: #62596 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 2c4ef0a commit 511a57a

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

0 commit comments

Comments
 (0)