Skip to content

Commit 0c59d78

Browse files
tools: update nixpkgs-unstable to 89570f24e97e614aa34aa9ab1c927b6578a
PR-URL: #64183 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent beb9d2b commit 0c59d78

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 = "3e41b24abd260e8f71dbe2f5737d24122f972158";
4+
rev = "89570f24e97e614aa34aa9ab1c927b6578a43775";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "1rb3aw213s8ms3nxj9b1dya90zh1drscjq7aly4v85farywvw4xg";
7+
sha256 = "0jfrm4wdjfg8d45b4gnxrcwa8kzclv9qisbv68v19d6fd4mdgk0h";
88
}) arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)