libsForQt5.fcitx5-qt: 5.1.0 -> 5.1.1

This commit is contained in:
Vonfry
2023-09-30 16:28:41 +08:00
parent a7496359c7
commit 58c2ca72e8
+2 -2
View File
@@ -13,13 +13,13 @@
mkDerivation rec {
pname = "fcitx5-qt";
version = "5.1.0";
version = "5.1.1";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-LWOELt1uo5TtM85ppxt6MK7fvUuocHkWXYjUE1yyOV4=";
sha256 = "sha256-IkaaLFMyPVaL5taRN4e+QxMEsNhhXlA1fWBn/6PeGnI=";
};
preConfigure = ''