summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2022-01-02 09:52:58 +0800
committerVonfry <mail@vonfry.name>2022-01-02 09:52:58 +0800
commit2b045fe352b368daaacd55ed6c735f4f460c1ade (patch)
tree81ef0f59954dc8328c39edb2a6076f775b6cb2b8 /pkgs/tools/inputmethods
parent8c66b455ec3a04539c0c13c7568ac300b0595719 (diff)
downloadnixpkgs-2b045fe352b368daaacd55ed6c735f4f460c1ade.tar
nixpkgs-2b045fe352b368daaacd55ed6c735f4f460c1ade.tar.gz
nixpkgs-2b045fe352b368daaacd55ed6c735f4f460c1ade.tar.bz2
nixpkgs-2b045fe352b368daaacd55ed6c735f4f460c1ade.tar.lz
nixpkgs-2b045fe352b368daaacd55ed6c735f4f460c1ade.tar.xz
nixpkgs-2b045fe352b368daaacd55ed6c735f4f460c1ade.tar.zst
nixpkgs-2b045fe352b368daaacd55ed6c735f4f460c1ade.zip
libsForQt5.fcitx5-qt: 5.0.8 -> 5.0.9
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix
index 15b6f51126d..2cf6abe331a 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix
@@ -12,13 +12,13 @@
 
 mkDerivation rec {
   pname = "fcitx5-qt";
-  version = "5.0.8";
+  version = "5.0.9";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = "fcitx5-qt";
     rev = version;
-    sha256 = "sha256-S7hbcAyoS+gagqoL+C3YgcyjODnE+ZvHEFIoAqAmOxo=";
+    sha256 = "sha256-IXO1mRtkg4Tt9ZRuICdNWhK1UYYFNMbKGdGlUcdmsJY=";
   };
 
   preConfigure = ''