summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/fcitx5
diff options
context:
space:
mode:
authorlinsui <linsui555@gmail.com>2023-08-18 16:59:36 +0800
committerlinsui <linsui555@gmail.com>2023-08-21 16:37:33 +0800
commit2087b8b07a70aa23a86492737df3f81f42b2f9ec (patch)
tree372dfcc1d5b5d81d521c50b47e474d026ea4ae37 /pkgs/tools/inputmethods/fcitx5
parent871cb46f2eef05086f57c87c5190f3487afaa829 (diff)
downloadnixpkgs-2087b8b07a70aa23a86492737df3f81f42b2f9ec.tar
nixpkgs-2087b8b07a70aa23a86492737df3f81f42b2f9ec.tar.gz
nixpkgs-2087b8b07a70aa23a86492737df3f81f42b2f9ec.tar.bz2
nixpkgs-2087b8b07a70aa23a86492737df3f81f42b2f9ec.tar.lz
nixpkgs-2087b8b07a70aa23a86492737df3f81f42b2f9ec.tar.xz
nixpkgs-2087b8b07a70aa23a86492737df3f81f42b2f9ec.tar.zst
nixpkgs-2087b8b07a70aa23a86492737df3f81f42b2f9ec.zip
fcitx5-configtool: 5.0.17 -> 5.1.0
Diff: https://github.com/fcitx/fcitx5-configtool/compare/5.0.17...5.1.0
Diffstat (limited to 'pkgs/tools/inputmethods/fcitx5')
-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 bd98019cf20..b2b6716a3b6 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.0.17";
+  version = "5.1.0";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-nYHrJBcbaYxZ61OEFfnwTTsZFEBtDJkR0kuYPyTcjio=";
+    sha256 = "sha256-kjoAcoqLJ8XHMI6NUr5DZfltWfX3GPco3VGseze6qbw=";
   };
 
   cmakeFlags = [