nixUnstable: Update to 1.4pre3056_79a3ba7
This commit is contained in:
parent
8fa1ce00f2
commit
26dd2dc425
|
@ -5,11 +5,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nix-1.4pre3048_99ed558";
|
name = "nix-1.4pre3056_79a3ba7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://hydra.nixos.org/build/3851906/download/5/${name}.tar.xz";
|
url = "http://hydra.nixos.org/build/4070551/download/5/${name}.tar.xz";
|
||||||
sha256 = "4b2a75200d8b7ac21887f061b68b4e34d1edd69616916f86072d6f5bc7260d90";
|
sha256 = "7478fd6fea91ec094645e8487b9ef001abd300703d79e04743f4d212469cf13d";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildNativeInputs = [ perl pkgconfig ];
|
buildNativeInputs = [ perl pkgconfig ];
|
||||||
|
|
Loading…
Reference in New Issue