about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2024-04-23 18:47:32 +0800
committerVonfry <mail@vonfry.name>2024-04-25 07:38:25 +0800
commitf7c103c839710b0b6a1dfec6f0535ef39566872e (patch)
treeb703f64f786789ffd4c139f2007adb90fe15a6dd /pkgs/tools
parent61e1e2e0f6d9c3d743c7dce24b21ae3e645e1e00 (diff)
fcitx5-chewing: 5.1.1 -> 5.1.2
Diff: https://github.com/fcitx/fcitx5-chewing/compare/5.1.1...5.1.2
Diffstat (limited to 'pkgs/tools')
-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 47d7dfad6bd54..e186839dbbb25 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.1";
+  version = "5.1.2";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-boIkbtNLPTNXY9e5gdQklhJuDU36ZswOqY2X8nRKqho=";
+    hash = "sha256-Zl/YlN5qIB8rjL4lPwRcKRoId0i1ovMOLJKGmTUHuwo=";
   };
 
   nativeBuildInputs = [