tcllib: 1.21 -> 2.0

Note: This update needs critcl>=3.3 (updated in the previous commit),
otherwise accelerators won't be built.
This commit is contained in:
Francesco Gazzetta 2024-10-26 18:59:39 +02:00
parent d023b182b3
commit ecbe02d896

View File

@ -7,11 +7,11 @@
mkTclDerivation rec { mkTclDerivation rec {
pname = "tcllib"; pname = "tcllib";
version = "1.21"; version = "2.0";
src = fetchzip { src = fetchzip {
url = "mirror://sourceforge/tcllib/tcllib-${version}.tar.gz"; url = "mirror://sourceforge/tcllib/tcllib-${version}.tar.gz";
hash = "sha256-p8thpRpC+9k/LvbBFaSOIpDXuhMlEWhs0qbrjtKcTzQ="; hash = "sha256-LoY6y7p9n1dXk4eSa/HuyA4bIXa0rN7F2OGESk2tROI=";
}; };
nativeBuildInputs = lib.optional withCritcl critcl; nativeBuildInputs = lib.optional withCritcl critcl;