fcitx5: 5.1.11 -> 5.1.12

Diff: https://github.com/fcitx/fcitx5/compare/5.1.11...5.1.12
This commit is contained in:
Vonfry
2025-02-17 19:42:26 +08:00
parent c775348913
commit a567a342a9
+2 -2
View File
@@ -45,13 +45,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5";
version = "5.1.11";
version = "5.1.12";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-8J2gr2quZvJELd3zzhgwZUowjkOylpM6VZGJ1G3VomI=";
hash = "sha256-Jk7YY6nrY1Yn9KeNlRJbMF/fCMIlUVg/Elt7SymlK84=";
};
prePatch = ''