about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2024-04-23 18:48:00 +0800
committerVonfry <mail@vonfry.name>2024-04-25 07:38:25 +0800
commit2c0b6c1fbc244eaa99d8a0e0a34b5308e6698744 (patch)
treefa085419051b78073140ef7d9890b840886c2fb9 /pkgs/tools
parent5bca483aef4a1996b7d6412b8d04c5eabfb4e262 (diff)
libsForQt5.fcitx5-qt: 5.1.4 -> 5.1.6
Diff: https://github.com/fcitx/fcitx5-qt/compare/5.1.4...5.1.6
Diffstat (limited to 'pkgs/tools')
-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 b0cd6dc6d59be..d6e76af14d66c 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix
@@ -14,13 +14,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "fcitx5-qt${majorVersion}";
-  version = "5.1.4";
+  version = "5.1.6";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = "fcitx5-qt";
     rev = version;
-    sha256 = "sha256-bVH2US/uEZGERslnAh/fyUbzR9fK1UfG4J+mOmrIE8Y=";
+    hash = "sha256-ptAJNc7zhXQ+nFfjmVQd5nZvN5lyk0jV6AHBKQkUGOM=";
   };
 
   postPatch = ''