Skip to content

Commit

Permalink
Merge pull request NixOS#235217 from NixOS/backport-235199-to-release…
Browse files Browse the repository at this point in the history
…-23.05

[Backport release-23.05] tclx: 8.6.1 -> 8.6.2
  • Loading branch information
fgaz authored May 31, 2023
2 parents 8e037d0 + c73d5bb commit 96104cd
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.1";
version = "8.6.2";

src = fetchFromGitHub {
owner = "flightaware";
repo = "tclx";
rev = "v${version}";
hash = "sha256-HdbuU0IR8q/0g2fIs1xtug4oox/D24C8E2VbEJC5B1A=";
hash = "sha256-ZYJcaVBM5DQWBFYAcW6fx+ENMWJwHzTOUKYPkLsd6o8=";
};

# required in order for tclx to properly detect tclx.tcl at runtime
Expand Down

0 comments on commit 96104cd

Please sign in to comment.