* Latest unstable version.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10599
This commit is contained in:
Yury G. Kudryashov 2008-02-10 17:40:31 +00:00
parent 82297a0c83
commit 7830284677

View file

@ -3,14 +3,14 @@
, stateDir ? "/nix/var"
}:
let version = "0.12pre10389"; in
let version = "0.12pre10505"; in
stdenv.mkDerivation {
name = "nix-${version}";
src = fetchurl {
url = "http://nix.cs.uu.nl/dist/nix/nix-${version}/nix-${version}.tar.bz2";
md5 = "5824debe60299ebc9c5aa6532e6a8b67";
md5 = "44dd2927ce97f12b3f110a7ad991828e";
};
buildInputs = [perl curl openssl];