tclreadline: 2.3.8 -> 2.4.0

This commit is contained in:
R. Ryantm
2024-10-24 08:04:32 +00:00
committed by Francesco Gazzetta
parent cabaf14d3e
commit 7efb09372d
@@ -10,13 +10,13 @@
tcl.mkTclDerivation rec {
pname = "tclreadline";
version = "2.3.8";
version = "2.4.0";
src = fetchFromGitHub {
owner = "flightaware";
repo = "tclreadline";
rev = "v${version}";
sha256 = "18jl56p0hwgynxpvr0v7b5mvvzc1m64fn61c0957bgb45mc250yq";
sha256 = "sha256-rB2bR0yu/ZFf/WOgo1LeLmciaQA42/LulnqSczmzea8=";
};
nativeBuildInputs = [