about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-10 19:15:26 +0900
committerGitHub <noreply@github.com>2023-11-10 19:15:26 +0900
commitf93c0d15f594640f53de365dcb0fb8793688a6a3 (patch)
treea1adad3b1ad642e004346ad7315835e8060f1bc0
parentdc1f03ad884c1777e46d3f39a0199befbb21df40 (diff)
parent83df023f3b1d8b20d9162b24e3ab8fd986ec8bec (diff)
Merge pull request #265169 from r-ryantm/auto-update/fcitx5-configtool
fcitx5-configtool: 5.1.1 -> 5.1.2
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix
index 264587f3e7bc4..c0bfdc61b3d9c 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix
@@ -21,13 +21,13 @@
 
 mkDerivation rec {
   pname = "fcitx5-configtool";
-  version = "5.1.1";
+  version = "5.1.2";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-5f75UTGCWsuMdZKhssSpUiVaRR05YY0bumVUNq2wJtY=";
+    sha256 = "sha256-DtMskuPpiL1GshoUH1dDazvwHDhmr9gb93V3TRIMxxg=";
   };
 
   cmakeFlags = [