1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

nixUnstable: Update to 1.11pre4273_71039be

This commit is contained in:
Eelco Dolstra 2015-10-31 00:22:32 +01:00
parent 9405a67858
commit 58f9896a43

View file

@ -97,10 +97,10 @@ in rec {
};
nixUnstable = lib.lowPrio (common rec {
name = "nix-1.11pre4244_133a421";
name = "nix-1.11pre4273_71039be";
src = fetchurl {
url = "http://hydra.nixos.org/build/26680779/download/4/${name}.tar.xz";
sha256 = "cb98e3e0791c3f5a508990e8ddba02ce7fe9282a9fe151c743206c1410cdfd93";
url = "http://hydra.nixos.org/build/27061065/download/4/${name}.tar.xz";
sha256 = "4a1bc541868c317708fc8b532e22f5ead8d9759eee6a2680719584841cf897af";
};
});