fcitx5-gtk: 5.0.18 -> 5.0.19

This commit is contained in:
R. Ryantm 2022-09-27 07:00:46 +00:00 committed by Bobby Rong
parent 2e977bf954
commit f7de39c6ae

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fcitx5-gtk"; pname = "fcitx5-gtk";
version = "5.0.18"; version = "5.0.19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fcitx"; owner = "fcitx";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-rQ2HLiI0dIerxRV+fbHpTJy4aGmFKmGd6YckKxXmp4s="; sha256 = "sha256-sD6FN8Ql+OhaQuHLCYreoiqSDC+Xf6OlFWUxg7k9SIk=";
}; };
cmakeFlags = [ cmakeFlags = [