3
0
Fork 0
forked from mirrors/nixpkgs
svn path=/nixpkgs/trunk/; revision=25025
This commit is contained in:
Eelco Dolstra 2010-12-07 13:16:11 +00:00
parent 41cffbd0c3
commit 7236f87bed

View file

@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
name = "nix-1.0pre24749";
name = "nix-1.0pre25024";
src = fetchurl {
url = "http://hydra.nixos.org/build/757682/download/4/${name}.tar.bz2";
sha256 = "ab2bda296eb91a600d01a22ed4096acdf9b5d613f1155f98433d87e273a58970";
url = "http://hydra.nixos.org/build/786470/download/4/${name}.tar.bz2";
sha256 = "35962fcca9b69db7103331a595524443d6403a9a9121bddef4421601b2473528";
};
buildInputs = [ perl curl openssl pkgconfig boehmgc ];