* Use the latest unstable release.

svn path=/nixpkgs/trunk/; revision=7329
This commit is contained in:
Eelco Dolstra 2006-12-13 11:22:34 +00:00
parent e002f96a56
commit e7304dcf48

View File

@ -4,11 +4,11 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "nix-0.11pre7273"; name = "nix-0.11pre7325";
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7273/nix-0.11pre7273.tar.bz2; url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7325/nix-0.11pre7325.tar.bz2;
md5 = "852df180cc2f9384d4e4780a163c2767"; md5 = "89842aa3fe357b94118496eada00b81f";
}; };
buildInputs = [perl curl]; buildInputs = [perl curl];