summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/fcitx5
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2023-11-05 14:29:38 +0800
committerVonfry <mail@vonfry.name>2023-11-10 18:31:09 +0800
commit7359b44228b5c2d4f76a96e2edbdef81d4c98a8c (patch)
treeb6fc9651c775875364752ecd84154727058ee75f /pkgs/tools/inputmethods/fcitx5
parent640c5b101589ca3982c5aab182da4254a8574cd3 (diff)
downloadnixpkgs-7359b44228b5c2d4f76a96e2edbdef81d4c98a8c.tar
nixpkgs-7359b44228b5c2d4f76a96e2edbdef81d4c98a8c.tar.gz
nixpkgs-7359b44228b5c2d4f76a96e2edbdef81d4c98a8c.tar.bz2
nixpkgs-7359b44228b5c2d4f76a96e2edbdef81d4c98a8c.tar.lz
nixpkgs-7359b44228b5c2d4f76a96e2edbdef81d4c98a8c.tar.xz
nixpkgs-7359b44228b5c2d4f76a96e2edbdef81d4c98a8c.tar.zst
nixpkgs-7359b44228b5c2d4f76a96e2edbdef81d4c98a8c.zip
fcitx5-chinese-addons: 5.1.1 -> 5.1.2
Diff: https://github.com/fcitx/fcitx5-chinese-addons/compare/5.1.1...5.1.2
Diffstat (limited to 'pkgs/tools/inputmethods/fcitx5')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix
index bcb1a6ac509..50c944f85f4 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix
@@ -31,13 +31,13 @@ in
 
 mkDerivation rec {
   pname = "fcitx5-chinese-addons";
-  version = "5.1.1";
+  version = "5.1.2";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-XC8NQYVvGhh6GFrKtJi9GeBHxWrtw9DJzeeDvKAQEdk=";
+    sha256 = "sha256-DrgZlj3SUR1lFVvDXoCKvil22YRW6YJkGwihdGdWaHM=";
   };
 
   cmakeFlags = [