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:23:22 +08:00
parent a47221aca3
commit 40864cc912
No known key found for this signature in database
GPG Key ID: 3DA5AB76AF957A27

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 = ''