* Nix updated to 0.8.

svn path=/nixpkgs/trunk/; revision=2547
This commit is contained in:
Eelco Dolstra 2005-04-12 13:49:34 +00:00
parent 71ea4dbb8c
commit 23c1cac94d

View File

@ -8,11 +8,11 @@ assert aterm != null && bdb != null && perl != null;
# assert aterm.version >= 2.0
stdenv.mkDerivation {
name = "nix-0.7";
name = "nix-0.8";
builder = ./builder.sh;
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/nix/nix-0.7/nix-0.7.tar.gz;
md5 = "36ca1e13ddd45745e2a5975f8a0209ff";
url = http://catamaran.labs.cs.uu.nl/dist/nix/nix-0.7/nix-0.8.tar.gz;
md5 = "ec09cf46cfe6467d899b07cf47fc85b6";
};
buildInputs = [aterm bdb perl curl];
inherit storeDir stateDir aterm bdb;