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

This commit is contained in:
Eelco Dolstra 2007-02-22 17:53:55 +00:00
parent c3f8a99b8c
commit 870762bc75

View File

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