From de917759d2305f0bcf02b9fe1d410b395b467323 Mon Sep 17 00:00:00 2001 From: Vonfry Date: Wed, 18 Mar 2026 12:20:33 +0000 Subject: [PATCH] qt6Packages.fcitx5-qt: 5.1.12 -> 5.1.13 Diff: https://github.com/fcitx/fcitx5-qt/compare/5.1.12...5.1.13 --- pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix index f5bfc812df94..3674a7c0bb48 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix @@ -16,13 +16,13 @@ let in stdenv.mkDerivation rec { pname = "fcitx5-qt${majorVersion}"; - version = "5.1.12"; + version = "5.1.13"; src = fetchFromGitHub { owner = "fcitx"; repo = "fcitx5-qt"; rev = version; - hash = "sha256-Nrt49TltV3Us93MWUX4tBs0576jEC1kRX+T9IddVgZk="; + hash = "sha256-CrrQQPtWQwE6eZOJB+uLVUjPJMKW/sz/tij41dyEe0U="; }; postPatch = ''