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

This commit is contained in:
Eelco Dolstra 2007-02-06 14:28:40 +00:00
parent d22dd0ffef
commit 9767f074c4

View File

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