tclreadline: 2.3.8 -> 2.4.0
This commit is contained in:
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 = [
|
||||
|
||||
Reference in New Issue
Block a user