Merge pull request #189700 from r-ryantm/auto-update/fcitx5-qt

libsForQt5.fcitx5-qt: 5.0.14 -> 5.0.15
This commit is contained in:
Bobby Rong 2022-09-04 19:29:52 +08:00 committed by GitHub
commit ff28ce1659
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
mkDerivation rec {
pname = "fcitx5-qt";
version = "5.0.14";
version = "5.0.15";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-LmE6HgNLoJmgJtJmubAIjFi8Xpnmw3hgqJh6HUcakzg=";
sha256 = "sha256-yQFYol4rEXmQBJWoc96yWJkJc3RVP6U964tdJdkGelU=";
};
preConfigure = ''