diff options
| author | Vonfry <mail@vonfry.name> | 2022-11-25 19:35:19 +0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-25 12:02:43 +0000 |
| commit | a4f3108918683c23f1201a850d5103b5c92c8d74 (patch) | |
| tree | a7011d77b4080bf253bf00a22cbab92fe43fdc63 | |
| parent | fcitx5: 5.0.20 -> 5.0.21 (diff) | |
| download | nixpkgs-a4f3108918683c23f1201a850d5103b5c92c8d74.tar.gz | |
fcitx5-gtk: 5.0.20 -> 5.0.21
(cherry picked from commit 2d1a1c6c260ec23726de766e5a6a7740210f0daa)
| -rw-r--r-- | pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix index 1aaf75d09bf5..0f17a1bbba04 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix @@ -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 = [ |
