about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2022-07-05 22:25:08 +0800
committerxrelkd <46590321+xrelkd@users.noreply.github.com>2022-07-11 21:45:32 +0800
commit6dbbc92f961808054665dcbba2fef5c0c845b56c (patch)
tree424313abbee7b35ec94e27203e259c505d3ef815 /pkgs/tools/inputmethods
parent8207ef880fe9f8ed13c6980229ad77416a1d137b (diff)
fcitx5-table-other: 5.0.9 -> 5.0.10
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix
index da12f8057b2f4..115af7e100a46 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fcitx5-table-other";
-  version = "5.0.9";
+  version = "5.0.10";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-y/OY7m136VQvK75079OTFqLLR2o0NCIc5llljrJ91DU=";
+    sha256 = "sha256-jdc1W8aLkR2VcpjiEOJNApxNGgNqWreEBkW1pjuy1WU=";
   };
 
   nativeBuildInputs = [