* Use the latest Nix.

svn path=/nixpkgs/trunk/; revision=9751
This commit is contained in:
Eelco Dolstra 2007-11-19 11:07:51 +00:00
parent 054c33a676
commit b98c67b1c3

View File

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