Skip to content

Commit adb4043

Browse files
tools: update nixpkgs-unstable to 71cf367cc2c168b0c2959835659c38f0a34
PR-URL: #60742 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 53d3044 commit adb4043

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 = "ffcdcf99d65c61956d882df249a9be53e5902ea5";
4+
rev = "71cf367cc2c168b0c2959835659c38f0a342f9be";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "09ifrgxin9may5kll1g2fdxixb0k3ipzhfw90mckl17mpbrgaglp";
7+
sha256 = "0gqzy7r8jn2f5ymy7ixminbf7yx9dxn8kgiqm1g394x0p1rd1q00";
88
}) arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)