8.4.16
svn path=/nixpkgs/trunk/; revision=10014
This commit is contained in:
parent
73391956ad
commit
d37920ffa4
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, tcl, x11}:
|
{stdenv, fetchurl, tcl, x11}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "tk-8.4.13";
|
name = "tk-8.4.16";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/tcl/tk8.4.13-src.tar.gz;
|
url = mirror://sourceforge/tcl/tk8.4.16-src.tar.gz;
|
||||||
md5 = "0a16d4d9398e43cbb85784c85fb807a4";
|
sha256 = "0cciavzd05bpm5yfppid0s0vsf8kabwia9620vgvi26sv1gjgwhb";
|
||||||
};
|
};
|
||||||
buildInputs = [tcl x11];
|
buildInputs = [tcl x11];
|
||||||
inherit tcl;
|
inherit tcl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user