Skip to content

Commit f6d02af

Browse files
tools: update nixpkgs-unstable to f82ce7af0b79ac154b12e27ed800aeb9741
PR-URL: #62258 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
1 parent 9580d58 commit f6d02af

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

0 commit comments

Comments
 (0)