libsForQt5.fcitx5-qt: 5.1.8 -> 5.1.9

Diff: https://github.com/fcitx/fcitx5-qt/compare/5.1.8...5.1.9
This commit is contained in:
Vonfry
2025-02-17 19:42:26 +08:00
parent a47221aca3
commit 40864cc912
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5-qt${majorVersion}";
version = "5.1.8";
version = "5.1.9";
src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-qt";
rev = version;
hash = "sha256-up4EC4GLzDjd9QJzeV2b2uVZNxYa268D/FotCyy1sos=";
hash = "sha256-cOCLPsWRcwukGCKAYHrZSRUYlmfYxdyspX5Y0rqbD2w=";
};
postPatch = ''