* Latest unstable Nix.

svn path=/nixpkgs/trunk/; revision=8017
This commit is contained in:
Eelco Dolstra 2007-02-22 14:55:18 +00:00
parent 163ce4533e
commit 8f6878f7ee

View File

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