svn path=/nixpkgs/trunk/; revision=10014
This commit is contained in:
Armijn Hemel 2007-12-31 19:40:03 +00:00
parent 73391956ad
commit d37920ffa4

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, tcl, x11}:
stdenv.mkDerivation {
name = "tk-8.4.13";
name = "tk-8.4.16";
builder = ./builder.sh;
src = fetchurl {
url = mirror://sourceforge/tcl/tk8.4.13-src.tar.gz;
md5 = "0a16d4d9398e43cbb85784c85fb807a4";
url = mirror://sourceforge/tcl/tk8.4.16-src.tar.gz;
sha256 = "0cciavzd05bpm5yfppid0s0vsf8kabwia9620vgvi26sv1gjgwhb";
};
buildInputs = [tcl x11];
inherit tcl;