diff options
| author | Vonfry <mail@vonfry.name> | 2021-06-02 20:42:16 +0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-04 10:06:11 +0000 |
| commit | d3779267b96eed6c79d0965b0192fbbd34324665 (patch) | |
| tree | fc3e5cd28db3588e62e800c630af99bedf4d3817 | |
| parent | fcitx5: 5.0.4 -> 5.0.8 (diff) | |
| download | nixpkgs-d3779267b96eed6c79d0965b0192fbbd34324665.tar.gz | |
fcitx5-configtool: 5.0.4 -> 5.0.5
(cherry picked from commit 1a63a40bc7b3d151155371c56908aa4d3eddff04)
| -rw-r--r-- | pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix index cd7679dbbf19..584a1b932f48 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix @@ -19,13 +19,13 @@ mkDerivation rec { pname = "fcitx5-configtool"; - version = "5.0.4"; + version = "5.0.5"; src = fetchFromGitHub { owner = "fcitx"; - repo = "fcitx5-configtool"; + repo = pname; rev = version; - sha256 = "sha256-UO3Ob+bFQ/2Vqb8YpD9tfmfZt5YLUyoqcbtsHLaVOzE="; + sha256 = "0w6cgg57ldk02j3fs7mm8pn5inblcjyr20d3xl5qbyawwccjsn2m"; }; cmakeFlags = [ |
