summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2021-12-06 08:46:40 +0800
committerVonfry <mail@vonfry.name>2021-12-06 09:43:27 +0800
commit5690cf2e77d17efc5c53a690aa5351d9e9608a49 (patch)
tree473ef7129da119263037fc6cf841b6e78f476ee4 /pkgs/tools/inputmethods
parent22952268ff8ff9c8c26f1d29943b4971013de136 (diff)
downloadnixpkgs-5690cf2e77d17efc5c53a690aa5351d9e9608a49.tar
nixpkgs-5690cf2e77d17efc5c53a690aa5351d9e9608a49.tar.gz
nixpkgs-5690cf2e77d17efc5c53a690aa5351d9e9608a49.tar.bz2
nixpkgs-5690cf2e77d17efc5c53a690aa5351d9e9608a49.tar.lz
nixpkgs-5690cf2e77d17efc5c53a690aa5351d9e9608a49.tar.xz
nixpkgs-5690cf2e77d17efc5c53a690aa5351d9e9608a49.tar.zst
nixpkgs-5690cf2e77d17efc5c53a690aa5351d9e9608a49.zip
fcitx5-configtool: 5.0.5 -> 5.0.9
Diffstat (limited to 'pkgs/tools/inputmethods')
-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 584a1b932f4..7a7801b3527 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix
@@ -19,13 +19,13 @@
 
 mkDerivation rec {
   pname = "fcitx5-configtool";
-  version = "5.0.5";
+  version = "5.0.9";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "0w6cgg57ldk02j3fs7mm8pn5inblcjyr20d3xl5qbyawwccjsn2m";
+    sha256 = "sha256-QPRaATx6TaysfZrFCR/Itc+4hx3sx7kLbahacQGrccE=";
   };
 
   cmakeFlags = [