3
0
Fork 0
forked from mirrors/nixpkgs

upgrade to 8.4.13, fixes an error with configure

svn path=/nixpkgs/trunk/; revision=5867
This commit is contained in:
Armijn Hemel 2006-07-22 08:53:14 +00:00
parent 80b7adab70
commit a89ab0583e

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "tcl-8.4.11";
name = "tcl-8.4.13";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/tcl8.4.11-src.tar.gz;
md5 = "629dfea34e4087eb4683f834060abb63";
url = http://heanet.dl.sourceforge.net/sourceforge/tcl/tcl8.4.13-src.tar.gz;
md5 = "c6b655ad5db095ee73227113220c0523";
};
}