From 793e87cb84bd815f71c8e0674d6710c84851826a Mon Sep 17 00:00:00 2001 From: Vonfry Date: Wed, 18 Mar 2026 12:20:08 +0000 Subject: [PATCH] fcitx5: 5.1.16 -> 5.1.19 Diff: https://github.com/fcitx/fcitx5/compare/5.1.16...5.1.19 --- pkgs/tools/inputmethods/fcitx5/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/default.nix b/pkgs/tools/inputmethods/fcitx5/default.nix index 236be8942ad3..42123c74edcc 100644 --- a/pkgs/tools/inputmethods/fcitx5/default.nix +++ b/pkgs/tools/inputmethods/fcitx5/default.nix @@ -15,7 +15,7 @@ wayland, systemd, wayland-protocols, - json_c, + nlohmann_json, isocodes, xkeyboard_config, enchant, @@ -45,13 +45,14 @@ let in stdenv.mkDerivation rec { pname = "fcitx5"; - version = "5.1.16"; + version = "5.1.19"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - hash = "sha256-aedYDpxYeUXadJnV+u1cQrNGoiW8WZKAgP4eNcvkScI="; + hash = "sha256-ZsGRVuUpWIJnsSqcAQcerxvwWIRaGdAO2FM1k3D3g0M="; + fetchSubmodules = true; }; prePatch = '' @@ -79,7 +80,7 @@ stdenv.mkDerivation rec { gdk-pixbuf wayland wayland-protocols - json_c + nlohmann_json libGL libuuid libselinux