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:37 +0800
committerlinsui <linsui555@gmail.com>2023-08-21 16:38:08 +0800
commit54f679ad836a37399c5fcc2724460ad336487324 (patch)
treea3aa17bef224edeaf2fb4742aa33c4376b3224da /pkgs/tools/inputmethods
parent6afe7876fa1b5fb7f2f2052d5e661597d0cd3c7b (diff)
fcitx5-table-other: 5.0.11 -> 5.1.0
Diff: https://github.com/fcitx/fcitx5-table-other/compare/5.0.11...5.1.0
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 061c14065594b..b0129a9234383 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.11";
+  version = "5.1.0";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-Km0c6so+Ed/lbK9t54stWjlkK70aEcf7EbQm7msPDKM=";
+    sha256 = "sha256-ymHAKaPmQckxM/XHoDOVSzEWpyQGb7zVG21CDwNfyjg=";
   };
 
   nativeBuildInputs = [