* Latest unstable Nix.

svn path=/nixpkgs/trunk/; revision=7670
This commit is contained in:
Eelco Dolstra 2007-01-15 11:57:24 +00:00
parent e18bd5af62
commit 6eaa664a97

View File

@ -4,11 +4,11 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "nix-0.11pre7351"; name = "nix-0.11pre7667";
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7351/nix-0.11pre7351.tar.bz2; url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7667/nix-0.11pre7667.tar.bz2;
md5 = "a660ec514ae0e296a114bb548a4a8069"; md5 = "f1228dbf6dc6a1fce41fb881850a5a82";
}; };
buildInputs = [perl curl]; buildInputs = [perl curl];