tk: update default version to 8.4.18

svn path=/nixpkgs/trunk/; revision=12921
This commit is contained in:
Peter Simons 2008-09-25 21:38:09 +00:00
parent 884f30e61f
commit 1c587d2fe9

View File

@ -3590,7 +3590,7 @@ let
qt = qt4;
};
tk = composedArgsAndFun (selectVersion ../development/libraries/tk "8.4.16") {
tk = composedArgsAndFun (selectVersion ../development/libraries/tk "8.4.18") {
inherit fetchurl stdenv tcl x11;
};