update to 0.10pre6069

svn path=/nixpkgs/trunk/; revision=6070
This commit is contained in:
Armijn Hemel 2006-08-07 20:46:17 +00:00
parent f1166e0bbb
commit 6742ffca0f

View File

@ -8,11 +8,11 @@ assert aterm != null && bdb != null && perl != null;
# assert aterm.version >= 2.0
stdenv.mkDerivation {
name = "nix-0.10pre6052";
name = "nix-0.10pre6069";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/nix-0.10pre6052/nix-0.10pre6052.tar.bz2;
md5 = "89c131d6c11da091067a14d1eddaf3aa";
url = http://nix.cs.uu.nl/dist/nix/nix-0.10pre6069/nix-0.10pre6069.tar.bz2;
md5 = "93f1afcc1a7ce335e4f755e90bd358aa";
};
buildInputs = [aterm bdb perl curl];
inherit storeDir stateDir aterm bdb;