Skip to content

Commit 4bd3e7a

Browse files
tools: update nixpkgs-unstable to 2343bbb58f99267223bc2aac4fc9ea301a1
1 parent 9cc7fcc commit 4bd3e7a

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 = "ae67888ff7ef9dff69b3cf0cc0fbfbcd3a722abe";
4+
rev = "2343bbb58f99267223bc2aac4fc9ea301a155a16";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "0hbf69ki28s8ss18x4qj9kpcw5afy8qfmd3gw1k6wn2lfhq5ddrz";
7+
sha256 = "03qwpi78578vlp1y1wfg5yrfyinp82sq16z910gijpphc16dd2rf";
88
}) arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)