From ecbe02d89665d5760470746c0077ea356a5a3a5e Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Sat, 26 Oct 2024 18:59:39 +0200 Subject: [PATCH] tcllib: 1.21 -> 2.0 Note: This update needs critcl>=3.3 (updated in the previous commit), otherwise accelerators won't be built. --- pkgs/development/tcl-modules/by-name/tc/tcllib/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tcl-modules/by-name/tc/tcllib/package.nix b/pkgs/development/tcl-modules/by-name/tc/tcllib/package.nix index 8ec83df8b6ed..bfccba88fa66 100644 --- a/pkgs/development/tcl-modules/by-name/tc/tcllib/package.nix +++ b/pkgs/development/tcl-modules/by-name/tc/tcllib/package.nix @@ -7,11 +7,11 @@ mkTclDerivation rec { pname = "tcllib"; - version = "1.21"; + version = "2.0"; src = fetchzip { url = "mirror://sourceforge/tcllib/tcllib-${version}.tar.gz"; - hash = "sha256-p8thpRpC+9k/LvbBFaSOIpDXuhMlEWhs0qbrjtKcTzQ="; + hash = "sha256-LoY6y7p9n1dXk4eSa/HuyA4bIXa0rN7F2OGESk2tROI="; }; nativeBuildInputs = lib.optional withCritcl critcl;