* Use latest Nix.

svn path=/nixpkgs/trunk/; revision=9695
This commit is contained in:
Eelco Dolstra 2007-11-15 17:05:45 +00:00
parent 67ba3f1d4d
commit 15d26bb5c9

View file

@ -3,14 +3,14 @@
, stateDir ? "/nix/var"
}:
let version = "0.11pre9570"; in
let version = "0.11pre9692"; in
stdenv.mkDerivation {
name = "nix-${version}";
src = fetchurl {
url = "http://nix.cs.uu.nl/dist/nix/nix-${version}/nix-${version}.tar.bz2";
md5 = "5170f1b1e8feda2adeb2cac3c5ca5ff9";
md5 = "35c0bc68b81d20c7fb925bcf8faf4827";
};
buildInputs = [perl curl openssl];