* Latest unstable Nix.

svn path=/nixpkgs/trunk/; revision=8649
This commit is contained in:
Eelco Dolstra 2007-05-02 21:35:49 +00:00
parent d7c12b1a20
commit 74ac11507f

View File

@ -4,11 +4,11 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "nix-0.11pre8456"; name = "nix-0.11pre8648";
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre8456/nix-0.11pre8456.tar.bz2; url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre8648/nix-0.11pre8648.tar.bz2;
md5 = "7c6939f94f2a5fe8586df3d39b0e1ab5"; md5 = "f3994bff46a9960e9d085ab5e924f8c5";
}; };
buildInputs = [perl curl openssl]; buildInputs = [perl curl openssl];