svn path=/nixpkgs/trunk/; revision=20570

This commit is contained in:
Eelco Dolstra 2010-03-11 16:22:55 +00:00
parent 9c2c2af4b2
commit 2c44e4313c

View file

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
name = "nix-0.15pre20550";
name = "nix-0.15pre20563";
src = fetchurl {
url = "http://hydra.nixos.org/build/322096/download/4/${name}.tar.bz2";
sha256 = "62009e1111a282d2b3ab8e57ceefe7b9574a7d208c4da19830066c10e0e999dc";
url = "http://hydra.nixos.org/build/322387/download/4/${name}.tar.bz2";
sha256 = "20d2d7f231c2c92e68c8d828292ecde4e3858a95965dfc6b7066feb24659541e";
};
buildInputs = [perl curl openssl];