libsForQt5.fcitx5-qt: 5.0.17 -> 5.1.0

Diff: https://github.com/fcitx/fcitx5-qt/compare/5.0.17...5.1.0
This commit is contained in:
linsui
2023-08-21 16:37:34 +08:00
parent 868cd36a31
commit f4f3a1c01e
+2 -2
View File
@@ -13,13 +13,13 @@
mkDerivation rec {
pname = "fcitx5-qt";
version = "5.0.17";
version = "5.1.0";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-Pi5Xb7H/h89OcTzYX7X3Xw8FQIczkWd6rMrbwnHr/L4=";
sha256 = "sha256-LWOELt1uo5TtM85ppxt6MK7fvUuocHkWXYjUE1yyOV4=";
};
preConfigure = ''