Skip to content

Commit 28d7d8e

Browse files
tools: update nixpkgs-unstable to 832efc09b4caf6b4569fbf9dc01bec3082a
1 parent cc96741 commit 28d7d8e

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

0 commit comments

Comments
 (0)