* Latest unstable Nix.

svn path=/nixpkgs/trunk/; revision=8366
This commit is contained in:
Eelco Dolstra 2007-03-19 22:02:55 +00:00
parent 4b37a5e901
commit 7603cb1eba

View File

@ -4,11 +4,11 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "nix-0.11pre8133"; name = "nix-0.11pre8349";
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre8133/nix-0.11pre8133.tar.bz2; url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre8349/nix-0.11pre8349.tar.bz2;
md5 = "33c28fcd97d5ae64e9219897b36cc6e4"; md5 = "5f09f4986399b60e35d1815d9c003a2e";
}; };
buildInputs = [perl curl openssl]; buildInputs = [perl curl openssl];