about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2024-06-01 20:06:05 +0800
committerVonfry <mail@vonfry.name>2024-06-01 20:06:05 +0800
commitdcaee1547ff6deeb4bd96d538f3660ccef331ded (patch)
treed5e7160b91fb90d9f9d1076d1f1c816ca50fa2b9 /pkgs/tools/inputmethods
parent0fb793bbfca08b70253e1e4c1022c935ef0f2771 (diff)
fcitx5-chewing: 5.1.3 -> 5.1.4
Diff: https://github.com/fcitx/fcitx5-chewing/compare/5.1.3...5.1.4
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 008ec44955a95..e9317cbc2eea2 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.3";
+  version = "5.1.4";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    hash = "sha256-1rbpCniRPP9528qCAohN1o5198vypfWmYgCx8sd+NXU=";
+    hash = "sha256-n/5ZFXX/vg4rZSYeq1J/hpqib7P/grNH+NdPpx0fZMo=";
   };
 
   nativeBuildInputs = [