Skip to content

Commit 8fc5df6

Browse files
panvagithub-actions[bot]
authored andcommitted
tools: update nixpkgs-unstable to b86751bc4085f48661017fa226dee99fab6
1 parent 58a8e1d commit 8fc5df6

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 = "13043924aaa7375ce482ebe2494338e058282925";
4+
rev = "b86751bc4085f48661017fa226dee99fab6c651b";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "1pbv1c3syp94rh147s2nhbzfcib01blz3s7g290m43s3nk71404z";
7+
sha256 = "0z1xwfdy3blm5n06lyabyjhadiy79rbm5z4kf309z85kg65mih3b";
88
}) arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)