Skip to content

Commit a98d9f6

Browse files
tools: update nixpkgs-unstable to 9cf7092bdd603554bd8b63c216e8943cf9b
PR-URL: #62383 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 7f8019e commit a98d9f6

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

0 commit comments

Comments
 (0)