diff options
| author | Vonfry <mail@vonfry.name> | 2021-06-02 20:43:13 +0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-04 10:06:12 +0000 |
| commit | 5a3bcadc54fc89a20e60c5da3a2a58e67db3dd56 (patch) | |
| tree | 03bc8134da5bc71b624d6c649f32dcfeba228917 | |
| parent | fcitx5-lua: 5.0.4 -> 5.0.5 (diff) | |
| download | nixpkgs-5a3bcadc54fc89a20e60c5da3a2a58e67db3dd56.tar.gz | |
fcitx5-rime: 5.0.4 -> 5.0.6
(cherry picked from commit d49f66e9713c5137a9c4f925deda911b1a86514c)
| -rw-r--r-- | pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix index f8601a64e2ac..cd362e94ef57 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix @@ -1,5 +1,4 @@ { lib, stdenv -, fetchurl , fetchFromGitHub , pkg-config , cmake @@ -12,13 +11,13 @@ stdenv.mkDerivation rec { pname = "fcitx5-rime"; - version = "5.0.4"; + version = "5.0.6"; src = fetchFromGitHub { owner = "fcitx"; - repo = "fcitx5-rime"; + repo = pname; rev = version; - sha256 = "sha256-WB+bWvJxL2yywictNN8Zy0OYxiCRErQGL2dGH4zQPp8="; + sha256 = "1r36c1pl63vka9mxa8f5x0kijapjgxzz5b4db8h87ri9kcxk7i2g"; }; cmakeFlags = [ |
