Merge pull request #283951 from fgaz/tclx/8.6.3

tclx: 8.6.2 -> 8.6.3
This commit is contained in:
kirillrdy 2024-01-26 20:21:54 +09:00 committed by GitHub
commit 10ed9173c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
tcl.mkTclDerivation rec {
pname = "tclx";
version = "8.6.2";
version = "8.6.3";
src = fetchFromGitHub {
owner = "flightaware";
repo = "tclx";
rev = "v${version}";
hash = "sha256-ZYJcaVBM5DQWBFYAcW6fx+ENMWJwHzTOUKYPkLsd6o8=";
hash = "sha256-bzLF6qOF9o24joWnGR7B4S+Doj7zv9iTh/mo50iFbUs=";
};
# required in order for tclx to properly detect tclx.tcl at runtime