about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-29 11:00:18 -0400
committerGitHub <noreply@github.com>2024-04-29 11:00:18 -0400
commit40e76872e96d8ad3fc9462b22b676dc04ea70c8c (patch)
tree4f8d56abc85d5ca8004eceae6c7cd3713e05e142 /pkgs/tools/inputmethods
parent853de589b3db482c3b944dce6c4df7fda9c170e0 (diff)
parente70f330b1c342dda7ab30f32bbd0dd28fb848e6e (diff)
Merge pull request #307659 from r-ryantm/auto-update/fcitx5-chewing
fcitx5-chewing: 5.1.2 -> 5.1.3
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-chewing.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-chewing.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-chewing.nix
index e186839dbbb25..008ec44955a95 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-chewing.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-chewing.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fcitx5-chewing";
-  version = "5.1.2";
+  version = "5.1.3";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    hash = "sha256-Zl/YlN5qIB8rjL4lPwRcKRoId0i1ovMOLJKGmTUHuwo=";
+    hash = "sha256-1rbpCniRPP9528qCAohN1o5198vypfWmYgCx8sd+NXU=";
   };
 
   nativeBuildInputs = [