nixUnstable: Update

This commit is contained in:
Eelco Dolstra 2015-08-24 18:58:45 +02:00
parent 5cdf3d4f8e
commit fa67a2d301

View file

@ -94,10 +94,10 @@ in rec {
};
nixUnstable = lib.lowPrio (common rec {
name = "nix-1.10pre4200_76cc8e9";
name = "nix-1.10pre4212_e12cf82";
src = fetchurl {
url = "http://hydra.nixos.org/build/24195844/download/4/${name}.tar.xz";
sha256 = "87e21fe00d93cf64674ddfae25b7be402b10a9e8449eae1fbb1203123624fd0f";
url = "http://hydra.nixos.org/build/24982847/download/4/${name}.tar.xz";
sha256 = "4165db0ea9bb6b5cd96d294348299f20ac045fc18db680104ff98fe9ac893f72";
};
});