summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2022-03-10 09:50:14 +0800
committerVonfry <mail@vonfry.name>2022-03-10 09:50:14 +0800
commite0d617fbc390edd098abec9d76787c861f93d1d0 (patch)
treee9a7b7d8edb68a020c2283a7549ee645e1b811fc /pkgs/tools/inputmethods
parentec7060317400d9e323da462379ebd34cdf22b6b8 (diff)
downloadnixpkgs-e0d617fbc390edd098abec9d76787c861f93d1d0.tar
nixpkgs-e0d617fbc390edd098abec9d76787c861f93d1d0.tar.gz
nixpkgs-e0d617fbc390edd098abec9d76787c861f93d1d0.tar.bz2
nixpkgs-e0d617fbc390edd098abec9d76787c861f93d1d0.tar.lz
nixpkgs-e0d617fbc390edd098abec9d76787c861f93d1d0.tar.xz
nixpkgs-e0d617fbc390edd098abec9d76787c861f93d1d0.tar.zst
nixpkgs-e0d617fbc390edd098abec9d76787c861f93d1d0.zip
fcitx5-table-other: 5.0.7 -> 5.0.8
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 dc601aca806..d723f613136 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.7";
+  version = "5.0.8";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-XpQ/5OLNEcJTu1LvGBM6arGZrBl6XSIWx9MDKH9WIt4=";
+    sha256 = "sha256-aCZqcPqokkxBWx9kPBfxbslW1RZBIoZ63e7fPItl5yg=";
   };
 
   nativeBuildInputs = [