Skip to content

Commit ad82100

Browse files
tools: update nixpkgs-unstable to 716c7a2664ca8325617b8a7fbb609273f2c
1 parent abe2545 commit ad82100

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 = "716c7a2664ca8325617b8a7fbb609273f2c4cae7";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "0ffi2k8hllbgqw9vvdfaxw88qz53gl7myll4lwri6ynq5l0lnvbc";
7+
sha256 = "1h58jqnp6vjwmwbzxfphk60akw8higy8fsn9xk4zfk41v7aikdyd";
88
}) arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)