svn path=/nixpkgs/trunk/; revision=7816

This commit is contained in:
Eelco Dolstra 2007-01-30 14:39:01 +00:00
parent 6b3d35ee29
commit 4a3bff8a19
1 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "nix-0.11pre7782"; name = "nix-0.11pre7807";
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7782/nix-0.11pre7782.tar.bz2; url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7807/nix-0.11pre7807.tar.bz2;
md5 = "f86a913d6f672342deba6fb3742a4c61"; md5 = "baac4aa96b09f951eff77df1c337bbc9";
}; };
buildInputs = [perl curl]; buildInputs = [perl curl];