3
0
Fork 0
forked from mirrors/nixpkgs

nixUnstable: Update to 1.9pre4074_e659978

This commit is contained in:
Eelco Dolstra 2015-03-09 11:26:48 +01:00
parent d31202fba2
commit e02d926ca9

View file

@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
name = "nix-1.9pre4045_bd91064";
name = "nix-1.9pre4074_e659978";
src = fetchurl {
url = "http://hydra.nixos.org/build/19776695/download/4/${name}.tar.xz";
sha256 = "3a9d5750fa7cf4958a275516d5b7f3ab0036529a07a4ee16ade89a714fd55f7a";
url = "http://hydra.nixos.org/build/20175576/download/4/${name}.tar.xz";
sha256 = "51cafd9428cce907a735e37e5dd46f36218351175e458d0834b306d257760204";
};
nativeBuildInputs = [ perl pkgconfig ];