From cce8ee0ee2c7043a1b32e601f9eda921602d99c7 Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 7 Jan 2024 12:13:05 +0800 Subject: fcitx5: 5.1.5 -> 5.1.6 Diff: https://github.com/fcitx/fcitx5/compare/5.1.5...5.1.6 --- pkgs/tools/inputmethods/fcitx5/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/default.nix b/pkgs/tools/inputmethods/fcitx5/default.nix index cedbb1b9f22da..39935fd373bbd 100644 --- a/pkgs/tools/inputmethods/fcitx5/default.nix +++ b/pkgs/tools/inputmethods/fcitx5/default.nix @@ -20,7 +20,7 @@ , enchant , gdk-pixbuf , libGL -, libevent +, libuv , libuuid , libselinux , libXdmcp @@ -45,13 +45,13 @@ let in stdenv.mkDerivation rec { pname = "fcitx5"; - version = "5.1.5"; + version = "5.1.6"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - hash = "sha256-HclPnxeDtWzlyOEXKgTrypiHVJezuUCBhfUW+9ytPVg="; + hash = "sha256-UZr+Ee8oNSKTv0zzuhVKDzjNaai9QaFHYMpAqzcbwrE="; }; prePatch = '' @@ -80,7 +80,7 @@ stdenv.mkDerivation rec { wayland-protocols json_c libGL - libevent + libuv libuuid libselinux libsepol -- cgit 1.4.1