* Nix updated to 0.9.2.

svn path=/nixpkgs/trunk/; revision=3961
This commit is contained in:
Eelco Dolstra 2005-09-29 12:36:49 +00:00
parent 4ffb194541
commit ce5beb6a35

View File

@ -8,11 +8,11 @@ assert aterm != null && bdb != null && perl != null;
# assert aterm.version >= 2.0
stdenv.mkDerivation {
name = "nix-0.8.1";
name = "nix-0.9.2";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/nix-0.8.1/nix-0.8.1.tar.gz;
md5 = "5e4679c655f0bd7f8b69d349945b4f00";
url = http://nix.cs.uu.nl/dist/nix/nix-0.9.2/nix-0.9.2.tar.bz2;
md5 = "fc3a24f72760e357ac29935b2aebce0b";
};
buildInputs = [aterm bdb perl curl];
inherit storeDir stateDir aterm bdb;