fcitx5: 5.0.20 -> 5.0.21

(cherry picked from commit c48484a81f)
This commit is contained in:
Vonfry
2022-11-25 19:35:09 +08:00
committed by github-actions[bot]
parent b08f7e0857
commit c5d65e3721

View File

@@ -40,13 +40,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5";
version = "5.0.20";
version = "5.0.21";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-NRJbRjD5M2eq2YYEoJNjnn5XVSBGqIjO0cA9YCrfyhA=";
sha256 = "sha256-O2ozMSNo07TWw7Se4CCo95OM/paG7TSVVG6SqHoYiBE=";
};
prePatch = ''