fcitx5: 5.1.16 -> 5.1.19
Diff: https://github.com/fcitx/fcitx5/compare/5.1.16...5.1.19
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user