update to pre5609
svn path=/nixpkgs/trunk/; revision=5653
This commit is contained in:
parent
96ec0645aa
commit
563624911c
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue