Merge pull request #202842 from NixOS/backport-202834-to-release-22.11

[Backport release-22.11] fcitx5: 5.0.20 -> 5.0.21
This commit is contained in:
Bobby Rong
2022-11-25 20:22:14 +08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

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

View File

@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-gtk";
version = "5.0.20";
version = "5.0.21";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-bgjRYL8EWrYIZAhgKSljFJn1u37X53u4u1wOg6sbbkE=";
sha256 = "sha256-LGTAKFeiCoUsjVFUcIG7U7riYyb/AfhiYkmNu3aO56M=";
};
cmakeFlags = [