update to pre5609

svn path=/nixpkgs/trunk/; revision=5653
This commit is contained in:
Armijn Hemel 2006-07-07 13:14:07 +00:00
parent 96ec0645aa
commit 563624911c

View file

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