diff options
| author | Vonfry <mail@vonfry.name> | 2021-06-02 20:44:27 +0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-04 10:06:12 +0000 |
| commit | 835320ae4ec8f41a825731b4b2bf6bb9f31b5d54 (patch) | |
| tree | 953f2879f134e4a5da2e7e982efaedeb16e40020 | |
| parent | fcitx5-rime: 5.0.4 -> 5.0.6 (diff) | |
| download | nixpkgs-835320ae4ec8f41a825731b4b2bf6bb9f31b5d54.tar.gz | |
fcitx5-table-other: 5.0.3 -> 5.0.5
(cherry picked from commit b40e526658eceb55a3c9603ab59cfc5bdf3fb479)
| -rw-r--r-- | pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix index 5e42016ec7c4..00e13bc756fa 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "fcitx5-table-other"; - version = "5.0.3"; + version = "5.0.5"; src = fetchFromGitHub { owner = "fcitx"; - repo = "fcitx5-table-other"; + repo = pname; rev = version; - sha256 = "sha256-jJTFAOrBeRBoUn0mqqkX0z1zQnDOh7otMHDPmjuZbWw="; + sha256 = "0z34y05sbb2qavpa6banv7xvlsmpymmm828265r8bf7r995wx8lz"; }; nativeBuildInputs = [ |
