forked from mirrors/nixpkgs
nixUnstable: Bump
This should fix the NixOS installer tests.
This commit is contained in:
parent
7acb77ca2b
commit
a70d0275e2
|
@ -5,11 +5,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nix-1.9pre4132_07c69aa";
|
||||
name = "nix-1.9pre4153_b64988b";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://hydra.nixos.org/build/22635534/download/4/${name}.tar.xz";
|
||||
sha256 = "adaf272b50fce0d8aec34b38b5b62cb3438eeb379f918f85f76f43a7314d23d6";
|
||||
url = "http://hydra.nixos.org/build/22838666/download/4/${name}.tar.xz";
|
||||
sha256 = "51b4870305724aa7b26c92b43cb22a0e9b6798ac2534db493079bfc383244e31";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ perl pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue