svn path=/nixpkgs/trunk/; revision=20570
This commit is contained in:
parent
9c2c2af4b2
commit
2c44e4313c
1 changed files with 3 additions and 3 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue