Skip to content

Commit dcb9573

Browse files
tools: update nixpkgs-unstable to f997fa0f94fb1ce55bccb97f60d41412ae8
PR-URL: #61057 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
1 parent 05f8772 commit dcb9573

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="a672be65651c80d3f592a89b3945466584a22069";
4+
rev="f997fa0f94fb1ce55bccb97f60d41412ae8fde4c";
55
nixpkgs=import(builtins.fetchTarball{
66
url="${repo}/archive/${rev}.tar.gz";
7-
sha256="1p2g7g9vlpv14xz6rrlb8i6w8sxki8i35m15phjiwfrqaf6x508i";
7+
sha256="16x3n08n0ffqn8m2h73vk2wr0ssa8lsfvq2yc1gfd59gsss47n3m";
88
})arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)