* Use latest Nix-unstable.

svn path=/nixpkgs/trunk/; revision=9333
This commit is contained in:
Eelco Dolstra 2007-09-18 14:57:47 +00:00
parent 73e8c01f5c
commit 639faa0233

View file

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