Skip to content

Commit 85852a3

Browse files
tools: update nixpkgs-unstable to 59b6c96beacc898566c9be1052ae806f383
PR-URL: #60900 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent b9a1af9 commit 85852a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎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="a8d610af3f1a5fb71e23e08434d8d61a466fc942";
4+
rev="59b6c96beacc898566c9be1052ae806f3835f87d";
55
nixpkgs=import(builtins.fetchTarball{
66
url="${repo}/archive/${rev}.tar.gz";
7-
sha256="0q3m5y6gz2mcmmgf5bvxamjrm6wxzcckqbj4yj1yrzp7p2c9z5mz";
7+
sha256="1b8j0xs1z1d13qrb2l5kmrrl5pydwf56a097jyla65f9218n52aj";
88
})arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)