We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a8e1d commit 8fc5df6Copy full SHA for 8fc5df6
1 file changed
tools/nix/pkgs.nix
@@ -1,10 +1,10 @@
1
arg:
2
let
3
repo = "https://github.com/NixOS/nixpkgs";
4
- rev = "13043924aaa7375ce482ebe2494338e058282925";
+ rev = "b86751bc4085f48661017fa226dee99fab6c651b";
5
nixpkgs = import (builtins.fetchTarball {
6
url = "${repo}/archive/${rev}.tar.gz";
7
- sha256 = "1pbv1c3syp94rh147s2nhbzfcib01blz3s7g290m43s3nk71404z";
+ sha256 = "0z1xwfdy3blm5n06lyabyjhadiy79rbm5z4kf309z85kg65mih3b";
8
}) arg;
9
in
10
nixpkgs
0 commit comments