3
0
Fork 0
forked from mirrors/nixpkgs

nixUnstable: Update to 1.4pre3056_79a3ba7

This commit is contained in:
Eelco Dolstra 2013-02-11 15:27:18 +01:00
parent 8fa1ce00f2
commit 26dd2dc425

View file

@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
name = "nix-1.4pre3048_99ed558";
name = "nix-1.4pre3056_79a3ba7";
src = fetchurl {
url = "http://hydra.nixos.org/build/3851906/download/5/${name}.tar.xz";
sha256 = "4b2a75200d8b7ac21887f061b68b4e34d1edd69616916f86072d6f5bc7260d90";
url = "http://hydra.nixos.org/build/4070551/download/5/${name}.tar.xz";
sha256 = "7478fd6fea91ec094645e8487b9ef001abd300703d79e04743f4d212469cf13d";
};
buildNativeInputs = [ perl pkgconfig ];