fcitx5: 5.1.1 -> 5.1.4

Diff: https://github.com/fcitx/fcitx5/compare/5.1.1...5.1.4
This commit is contained in:
Vonfry
2023-11-10 18:31:09 +08:00
parent 780d12a2e6
commit af561addd9
+2 -2
View File
@@ -43,13 +43,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5";
version = "5.1.1";
version = "5.1.4";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-R8stzpfQttBZFFSu8ikUz/2eL+b98/X672uVFsha9H0=";
hash = "sha256-7iDDIYnBsM/vYcRIGDXW2hsCwiCBntfUvcl4iWbe2mc=";
};
prePatch = ''