From e2af535267998163855eb86f43fba7704477c610 Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 26 Oct 2025 01:52:09 +0000 Subject: [PATCH 01/14] libime: 1.1.11 -> 1.1.12 Diff: https://github.com/fcitx/libime/compare/1.1.11...1.1.12 --- pkgs/by-name/li/libime/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/li/libime/package.nix b/pkgs/by-name/li/libime/package.nix index 83c0aa518c91..e343ffe2b0fa 100644 --- a/pkgs/by-name/li/libime/package.nix +++ b/pkgs/by-name/li/libime/package.nix @@ -30,13 +30,13 @@ let in stdenv.mkDerivation rec { pname = "libime"; - version = "1.1.11"; + version = "1.1.12"; src = fetchFromGitHub { owner = "fcitx"; repo = "libime"; tag = version; - hash = "sha256-C9l7VBSUdSpnt+8ghdmLljZXHFswTyi/ItqeeYTjF4Y="; + hash = "sha256-LqbwXpmqUCbaKHaaE9pOrHb1Qdp20/S3QEf9F4/3oiE="; fetchSubmodules = true; }; From 99cf3535d90a5e24a0857ad1c2e66d7b0d0d25c1 Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 26 Oct 2025 01:52:13 +0000 Subject: [PATCH 02/14] fcitx5: 5.1.14 -> 5.1.15 Diff: https://github.com/fcitx/fcitx5/compare/5.1.14...5.1.15 --- pkgs/tools/inputmethods/fcitx5/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/default.nix b/pkgs/tools/inputmethods/fcitx5/default.nix index 2430a7eb7f68..e2f98fb417cc 100644 --- a/pkgs/tools/inputmethods/fcitx5/default.nix +++ b/pkgs/tools/inputmethods/fcitx5/default.nix @@ -45,13 +45,13 @@ let in stdenv.mkDerivation rec { pname = "fcitx5"; - version = "5.1.14"; + version = "5.1.15"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - hash = "sha256-wLJZyoWjf02+m8Kw+IcfbZY2NnjMGtCWur2+w141eS4="; + hash = "sha256-g9qDdDx+y/Vmky3pjlG77wsVERWB7ZpnDw+edhYw9Ss="; }; prePatch = '' From 2e6b05850e10202c95c8846835fe2c950cde515f Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 26 Oct 2025 01:52:17 +0000 Subject: [PATCH 03/14] fcitx5-anthy: 5.1.7 -> 5.1.8 --- pkgs/tools/inputmethods/fcitx5/fcitx5-anthy.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-anthy.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-anthy.nix index 40fca5e8278a..609f75a25ee9 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-anthy.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-anthy.nix @@ -13,11 +13,11 @@ stdenv.mkDerivation rec { pname = "fcitx5-anthy"; - version = "5.1.7"; + version = "5.1.8"; src = fetchurl { url = "https://download.fcitx-im.org/fcitx5/fcitx5-anthy/${pname}-${version}.tar.zst"; - hash = "sha256-lY5GFbeIee7u1NsLbkYt6BvST9lidvZLpaylL0wE2+0="; + hash = "sha256-O/fpLWh5eE22lZEz4cyI60Xf/rTWpTCWjAib3y0Yac8="; }; nativeBuildInputs = [ From 1b7af43ca5a16c1fa4e7640fff1bab4e7c607b13 Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 26 Oct 2025 01:52:19 +0000 Subject: [PATCH 04/14] fcitx5-chewing: 5.1.8 -> 5.1.9 Diff: https://github.com/fcitx/fcitx5-chewing/compare/5.1.8...5.1.9 --- pkgs/tools/inputmethods/fcitx5/fcitx5-chewing.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-chewing.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-chewing.nix index fec6db51d888..37dc4795f020 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-chewing.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-chewing.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "fcitx5-chewing"; - version = "5.1.8"; + version = "5.1.9"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - hash = "sha256-On8lbZL7hyY399a/q6iCNkDvRljv3zirzEO1wIG+MNE="; + hash = "sha256-xl6jNC1tud121rnUFsphF0A739W16Vb9Qx4v1+vu99U="; }; nativeBuildInputs = [ From 9d24cf1d16ec0bb35d1ecb29fa67ea93f930678c Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 26 Oct 2025 01:52:21 +0000 Subject: [PATCH 05/14] fcitx5-chinese-addons: 5.1.9 -> 5.1.10 Diff: https://github.com/fcitx/fcitx5-chinese-addons/compare/5.1.9...5.1.10 --- pkgs/tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix index 90919a8c05b6..8a5d88de0cb0 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix @@ -34,13 +34,13 @@ in stdenv.mkDerivation rec { pname = "fcitx5-chinese-addons"; - version = "5.1.9"; + version = "5.1.10"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - hash = "sha256-xHLd7X9IdYTsVyqbghVzdC2i9AVipFHKRxP2Zqq7zGw="; + hash = "sha256-kVBDfr8NKsQQQX69N3/fVqJgObRNSX2p0GNSUjbZvcg="; }; nativeBuildInputs = [ From 02eccd4dc104c32f5c96d2857667ab3e0a113d3f Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 26 Oct 2025 01:52:23 +0000 Subject: [PATCH 06/14] fcitx5-configtool: 5.1.10 -> 5.1.11 Diff: https://github.com/fcitx/fcitx5-configtool/compare/5.1.10...5.1.11 --- pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix index caf4dc8be63c..42624da68c7c 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix @@ -31,13 +31,13 @@ stdenv.mkDerivation rec { pname = "fcitx5-configtool"; - version = "5.1.10"; + version = "5.1.11"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - hash = "sha256-Py2UDBQRqvT7kwZeQIXKrIjGAbOjjxEyEfO5tdtizW4="; + hash = "sha256-SEQelUMigcqs0C+jY+A/dfncEogzU1e5tjP+wK+MylM="; }; cmakeFlags = [ From e3ff110b4a3187b813288f51727c30754b74bf9f Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 26 Oct 2025 01:52:26 +0000 Subject: [PATCH 07/14] fcitx5-hangul: 5.1.7 -> 5.1.8 Diff: https://github.com/fcitx/fcitx5-hangul/compare/5.1.7...5.1.8 --- pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix index 71c46f893bc0..2f36dd961401 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "fcitx5-hangul"; - version = "5.1.7"; + version = "5.1.8"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - hash = "sha256-66VW/hzKMVwXd7ktPQHrVbsWazKedS+/giTLIh5fkwo="; + hash = "sha256-6aBn0muWbmdxqUCrrXDRd4MZP7QUMX1ZHcAUdTF9Kys="; }; nativeBuildInputs = [ From 5bbbe9c40d346836c4c052c98239c6e55147fb42 Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 26 Oct 2025 01:52:28 +0000 Subject: [PATCH 08/14] fcitx5-m17n: 5.1.4 -> 5.1.5 Diff: https://github.com/fcitx/fcitx5-m17n/compare/5.1.4...5.1.5 --- pkgs/tools/inputmethods/fcitx5/fcitx5-m17n.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-m17n.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-m17n.nix index 5b67a02e4689..76c76e229c80 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-m17n.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-m17n.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "fcitx5-m17n"; - version = "5.1.4"; + version = "5.1.5"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - hash = "sha256-TJMJGjO9V6EOzxt6Z7rwOfIQWK38XolDhUKbjbNUGhA="; + hash = "sha256-gvR//H+Kf/pYv6Avr0No8PZO7hAnOHj16v6n+tDXgkU="; }; nativeBuildInputs = [ From d738b98de2331427dfd7d929bb50fba8b8472e47 Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 26 Oct 2025 01:52:30 +0000 Subject: [PATCH 09/14] qt6Packages.fcitx5-qt: 5.1.10 -> 5.1.11 Diff: https://github.com/fcitx/fcitx5-qt/compare/5.1.10...5.1.11 --- pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix | 21 ++------------------ 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix index efc7719e6c8b..60de5a67b019 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix @@ -10,38 +10,21 @@ qtwayland, wrapQtAppsHook, wayland, - fetchpatch2, }: let majorVersion = lib.versions.major qtbase.version; in stdenv.mkDerivation rec { pname = "fcitx5-qt${majorVersion}"; - version = "5.1.10"; + version = "5.1.11"; src = fetchFromGitHub { owner = "fcitx"; repo = "fcitx5-qt"; rev = version; - hash = "sha256-JhmaAAJ1fevCPItVnneUCAalnDDaCjjkAl9QRhSkBk4="; + hash = "sha256-Nr8WnEm6z16NrXxuGEP4uQ6mxe8sUYtOxVgWMmFrWVE="; }; - patches = [ - # TODO: remove on next release - (fetchpatch2 { - url = "https://github.com/fcitx/fcitx5-qt/commit/46a07a85d191fd77a1efc39c8ed43d0cd87788d2.patch?full_index=1"; - hash = "sha256-qv8Rj6YoFdMQLOB2R9LGgwCHKdhEji0Sg67W37jSIac="; - }) - (fetchpatch2 { - url = "https://github.com/fcitx/fcitx5-qt/commit/6ac4fdd8e90ff9c25a5219e15e83740fa38c9c71.patch?full_index=1"; - hash = "sha256-x0OdlIVmwVuq2TfBlgmfwaQszXLxwRFVf+gEU224uVA="; - }) - (fetchpatch2 { - url = "https://github.com/fcitx/fcitx5-qt/commit/1d07f7e8d6a7ae8651eda658f87ab0c9df08bef4.patch?full_index=1"; - hash = "sha256-22tKD7sbsTJcNqur9/Uf+XAvMvA7tzNQ9hUCMm+E+E0="; - }) - ]; - postPatch = '' substituteInPlace qt${majorVersion}/platforminputcontext/CMakeLists.txt \ --replace \$"{CMAKE_INSTALL_QT${majorVersion}PLUGINDIR}" $out/${qtbase.qtPluginPrefix} From 6b59e403ad7354f1647585dc8dcd86f4181f5bef Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 26 Oct 2025 01:52:33 +0000 Subject: [PATCH 10/14] fcitx5-rime: 5.1.11 -> 5.1.12 --- pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix index 43872c8b4f67..166940e436c4 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix @@ -16,11 +16,11 @@ stdenv.mkDerivation rec { pname = "fcitx5-rime"; - version = "5.1.11"; + version = "5.1.12"; src = fetchurl { url = "https://download.fcitx-im.org/fcitx5/${pname}/${pname}-${version}.tar.zst"; - hash = "sha256-cc/B99tdVVWnvdl7dYYQlIvk8F2xXUOr6sF36yxQZfY="; + hash = "sha256-A7x7PQiyPAprJRg1tdk1Amq7pAhe8ney2KX9+9F0mK4="; }; cmakeFlags = [ From 32085c5f4ba7ae3dce38dc43c6aa7382dc239b54 Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 26 Oct 2025 01:52:35 +0000 Subject: [PATCH 11/14] fcitx5-skk: 5.1.7 -> 5.1.8 Diff: https://github.com/fcitx/fcitx5-skk/compare/5.1.7...5.1.8 --- pkgs/tools/inputmethods/fcitx5/fcitx5-skk.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-skk.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-skk.nix index e85712781d50..46abbdf069bf 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-skk.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-skk.nix @@ -16,13 +16,13 @@ stdenv.mkDerivation rec { pname = "fcitx5-skk"; - version = "5.1.7"; + version = "5.1.8"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - hash = "sha256-WMkcZSocanhWMn9kiWyB07jEW4x84G07kAYvn5heenc="; + hash = "sha256-1omxT31hKe7gQ5BARJ+0tIp4RT5eM+Tjufd6s/PxBoY="; }; nativeBuildInputs = [ From f069d426b1b85ce88ed2c9293ebe1e38adfa0e8d Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 26 Oct 2025 01:52:39 +0000 Subject: [PATCH 12/14] fcitx5-table-extra: 5.1.8 -> 5.1.9 Diff: https://github.com/fcitx/fcitx5-table-extra/compare/5.1.8...5.1.9 --- pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix | 4 ++-- 1 file 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 5b4b1ce3a263..ad4b33829f81 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "fcitx5-table-extra"; - version = "5.1.8"; + version = "5.1.9"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - hash = "sha256-FrVkSDLH6lYQbhvcxtX/IQpRC3dphsHu7xVdgnDNcgg="; + hash = "sha256-ISfpS48J9gfnYTKCgfV0XQ30J/yYoX+HbyNQDIEHVdw="; }; nativeBuildInputs = [ From e80d4a704d7ca7b079e6540929c53757f752b4fb Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 26 Oct 2025 01:52:42 +0000 Subject: [PATCH 13/14] fcitx5-unikey: 5.1.7 -> 5.1.8 Diff: https://github.com/fcitx/fcitx5-unikey/compare/5.1.7...5.1.8 --- pkgs/tools/inputmethods/fcitx5/fcitx5-unikey.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-unikey.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-unikey.nix index f1d4f6523e43..991536fe2146 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-unikey.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-unikey.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "fcitx5-unikey"; - version = "5.1.7"; + version = "5.1.8"; src = fetchFromGitHub { owner = "fcitx"; repo = "fcitx5-unikey"; rev = version; - hash = "sha256-ve+vu/bK3GYgjn9KxuOsFZFi9eymi1TFlzUHu4fJAkk="; + hash = "sha256-Yeyk6c4bjsxTi8DvRBGip/gayKaOvO6R5PGYkc0uUdk="; }; nativeBuildInputs = [ From 471dfbb38ce63541f5d774b59bb2cf3f2a16fd46 Mon Sep 17 00:00:00 2001 From: Vonfry Date: Mon, 27 Oct 2025 07:52:57 +0000 Subject: [PATCH 14/14] fcitx5: 5.1.15 -> 5.1.16 Diff: https://github.com/fcitx/fcitx5/compare/5.1.15...5.1.16 --- pkgs/tools/inputmethods/fcitx5/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/default.nix b/pkgs/tools/inputmethods/fcitx5/default.nix index e2f98fb417cc..ea67b9f186e6 100644 --- a/pkgs/tools/inputmethods/fcitx5/default.nix +++ b/pkgs/tools/inputmethods/fcitx5/default.nix @@ -45,13 +45,13 @@ let in stdenv.mkDerivation rec { pname = "fcitx5"; - version = "5.1.15"; + version = "5.1.16"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - hash = "sha256-g9qDdDx+y/Vmky3pjlG77wsVERWB7ZpnDw+edhYw9Ss="; + hash = "sha256-aedYDpxYeUXadJnV+u1cQrNGoiW8WZKAgP4eNcvkScI="; }; prePatch = ''