summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2023-05-31 21:34:25 +0200
committerGitHub <noreply@github.com>2023-05-31 21:34:25 +0200
commit96104cd70d905f4165d61812b0f1f95c29b5b517 (patch)
treece64ffdde286aedb0c9d70d051fe2c7b1c57659a
parent8e037d02c58e9678782b58db637250e494ff5600 (diff)
parentc73d5bbe29d662c151ec2e58930beca13b5b06e9 (diff)
Merge pull request #235217 from NixOS/backport-235199-to-release-23.05
[Backport release-23.05] tclx: 8.6.1 -> 8.6.2
-rw-r--r--pkgs/development/libraries/tclx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/tclx/default.nix b/pkgs/development/libraries/tclx/default.nix
index a31777fed9df2..1e6098aa637ae 100644
--- a/pkgs/development/libraries/tclx/default.nix
+++ b/pkgs/development/libraries/tclx/default.nix
@@ -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