about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorlinsui <linsui555@gmail.com>2023-08-18 17:00:22 +0800
committerlinsui <linsui555@gmail.com>2023-08-21 16:38:07 +0800
commit34ba814550fc8f3ec9a8e6db937f8e1a9c7e3b89 (patch)
tree1927c9fcf9d2bfdce13b05aab27ca7165dc041c2 /pkgs/tools/inputmethods
parent22c0a2a73d8f19bf0bc41e169f097dbaf41d86f6 (diff)
fcitx5-skk: 5.0.15 -> 5.1.0
Diff: https://github.com/fcitx/fcitx5-skk/compare/5.0.15...5.1.0
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-skk.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-skk.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-skk.nix
index 42ffa524a4207..6a424c0ef86dd 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-skk.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-skk.nix
@@ -16,13 +16,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fcitx5-skk";
-  version = "5.0.15";
+  version = "5.1.0";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-y5GciWJMEFQM8SsqYANXe/SdVq6GEqsfF1yrKKhw0KA=";
+    sha256 = "sha256-N69OyGzJGO27tsR1g06d0EILsX2mpbW/tIgeSLc06OU=";
   };
 
   nativeBuildInputs = [