summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorPoscat <poscat@mail.poscat.moe>2021-01-16 11:16:36 +0800
committerPoscat <poscat@mail.poscat.moe>2021-01-16 13:16:39 +0800
commitb46049c09a138a28dbd821b1419abd912c6ad050 (patch)
tree053065a982063c3e46c947136949430572c45ec4 /pkgs/tools
parentf0766ab3aeed5775c1649c636428c19128a734c1 (diff)
downloadnixpkgs-b46049c09a138a28dbd821b1419abd912c6ad050.tar
nixpkgs-b46049c09a138a28dbd821b1419abd912c6ad050.tar.gz
nixpkgs-b46049c09a138a28dbd821b1419abd912c6ad050.tar.bz2
nixpkgs-b46049c09a138a28dbd821b1419abd912c6ad050.tar.lz
nixpkgs-b46049c09a138a28dbd821b1419abd912c6ad050.tar.xz
nixpkgs-b46049c09a138a28dbd821b1419abd912c6ad050.tar.zst
nixpkgs-b46049c09a138a28dbd821b1419abd912c6ad050.zip
fcitx5-table-extra: 5.0.1 -> 5.0.2
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix
index 3415ed40345..355ac97d8a1 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fcitx5-table-extra";
-  version = "5.0.1";
+  version = "5.0.2";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = "fcitx5-table-extra";
     rev = version;
-    sha256 = "UHhiWm2Khh6JBB9jz0ZKFofkAJPlqn6SqHeK9etoaxs=";
+    sha256 = "sha256-Bqxdi/rjiTKqHLvVFVcQMjz/I0xxTiBgUIRkZjLuK+M=";
   };
 
   nativeBuildInputs = [