Skip to content

Commit

Permalink
Merge pull request #283951 from fgaz/tclx/8.6.3
Browse files Browse the repository at this point in the history
tclx: 8.6.2 -> 8.6.3
  • Loading branch information
kirillrdy authored Jan 26, 2024
2 parents 704180b + f873eed commit 10ed917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/tclx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10ed917

Please sign in to comment.