nixUnstable: Update to 1.8pre3746_c160ead

This commit is contained in:
Eelco Dolstra 2014-08-17 21:16:43 +02:00
parent 9170ab2142
commit b8866772d8

View File

@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
name = "nix-1.8pre3718_51485dc";
name = "nix-1.8pre3746_c160ead";
src = fetchurl {
url = "http://hydra.nixos.org/build/13025632/download/5/${name}.tar.xz";
sha256 = "69f3a0729b6df1adcbfc7c13df405ce7f3f7904b0cbcdd7f6ad3a0af45f4024c";
url = "http://hydra.nixos.org/build/13462413/download/5/${name}.tar.xz";
sha256 = "26cddc4836ebaeafeabdddc03aff3bcca3090cdfc1d0033bfb9d0eca2da36c96";
};
nativeBuildInputs = [ perl pkgconfig ];