1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nixUnstable: Update to nix-1.8pre3748_02843ba

This commit is contained in:
Rickard Nilsson 2014-08-18 16:44:51 +02:00
parent 26d68ce798
commit c5c1a243fa

View file

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