Skip to content

Commit 8094778

Browse files
tools: update nixpkgs-unstable to 3b32825de172d0bc85664f495edb096b108
1 parent abe2545 commit 8094778

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 = "d33369954a67ae3322177dc9a3d564092912120c";
4+
rev = "3b32825de172d0bc85664f495edb096b10862524";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "0ffi2k8hllbgqw9vvdfaxw88qz53gl7myll4lwri6ynq5l0lnvbc";
7+
sha256 = "17fpx73lbg8ynijalvmk1jzz77a2jvl7063kjd2226fmajqn59nr";
88
}) arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)