tclx: 8.6.2 -> 8.6.3

Diff: https://github.com/flightaware/tclx/compare/v8.6.2...v8.6.3
This commit is contained in:
Francesco Gazzetta 2024-01-26 08:42:01 +01:00
parent 50189bde1a
commit f873eed3b0

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