3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Eelco Dolstra 2007-02-28 00:46:17 +00:00
parent 84cb66f309
commit e0ab9dda82

View file

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation {
name = "nix-0.11pre8026";
name = "nix-0.11pre8085";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/nix-unstable-latest/nix-0.11pre8026.tar.bz2;
md5 = "3db1795ca6645ecefea63213b40d7e3c";
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre8085/nix-0.11pre8085.tar.bz2;
md5 = "5690869fc2d3ef70a221b42282315980";
};
buildInputs = [perl curl];