summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2022-02-03 16:14:32 +0800
committerVonfry <mail@vonfry.name>2022-02-04 10:49:36 +0800
commit650c87cab8782f37c93ee117b89a313a789322c7 (patch)
tree50bc51ce1c742342f3486f51add8a33ee73616e7 /pkgs/tools/inputmethods
parentb044afff42d6ebf69d8e8c3a2213590abc8323cc (diff)
downloadnixpkgs-650c87cab8782f37c93ee117b89a313a789322c7.tar
nixpkgs-650c87cab8782f37c93ee117b89a313a789322c7.tar.gz
nixpkgs-650c87cab8782f37c93ee117b89a313a789322c7.tar.bz2
nixpkgs-650c87cab8782f37c93ee117b89a313a789322c7.tar.lz
nixpkgs-650c87cab8782f37c93ee117b89a313a789322c7.tar.xz
nixpkgs-650c87cab8782f37c93ee117b89a313a789322c7.tar.zst
nixpkgs-650c87cab8782f37c93ee117b89a313a789322c7.zip
fcitx5-configtool: 5.0.10 -> 5.0.11
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 33d90a65666..42a7ffd0100 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.10";
+  version = "5.0.11";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-PrzMKATv//LNGXl82J8dirNOjl6EDvlzGiarkMLaQqs=";
+    sha256 = "sha256-8Yj4ueLyfPlvjI3HLH5qudY5BEQaBkM5rNgqjH1ihV8=";
   };
 
   cmakeFlags = [