summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2021-06-02 20:42:56 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-04 10:06:12 +0000
commite6d8d9a5f89eb1b623cf96658911c4f7935e78f1 (patch)
tree306b438ce0ca7494776f07bca3f5fc232f4335f1
parentfcitx5-gtk: 5.0.3 -> 5.0.7 (diff)
downloadnixpkgs-e6d8d9a5f89eb1b623cf96658911c4f7935e78f1.tar.gz
fcitx5-lua: 5.0.4 -> 5.0.5
(cherry picked from commit 058df25e0560e50381a8061e0503f4b7be312a69)
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix
index f4df324fa058..879e6ffa78fa 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-lua";
- version = "5.0.4";
+ version = "5.0.5";
src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-lua";
rev = version;
- sha256 = "sha256-1gKfFq+x/tCOYqESO49Qddp5z6zXO7ULjTJgDEl8BqI=";
+ sha256 = "0x7b78rz9mdyhm3y8yi7kihah7fgqzjyfgqwjyfx3i90wxflnmmc";
};
nativeBuildInputs = [