fcitx5: 5.1.10 -> 5.1.11

Diff: https://github.com/fcitx/fcitx5/compare/5.1.10...5.1.11
This commit is contained in:
Vonfry 2024-10-09 08:34:07 +08:00
parent 33ea4759f5
commit 5405b9ab57
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5

View File

@ -44,13 +44,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5";
version = "5.1.10";
version = "5.1.11";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-rMtCzFe3imF/uY0kXM2ivyt11r5qNTNab7GkWzdeC/g=";
hash = "sha256-8J2gr2quZvJELd3zzhgwZUowjkOylpM6VZGJ1G3VomI=";
};
prePatch = ''