summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-09-04 19:30:25 +0800
committerGitHub <noreply@github.com>2022-09-04 19:30:25 +0800
commit62cc480eb964e38c2df955854fdaa4ff25c973fe (patch)
tree96fcfa3dc25e3490aaf8184d70b380f318fcd96a
parentff28ce16598e093fb0bc5994a694fbdb500734e0 (diff)
parentba843121ab69f068b42b97bc29694a61bf7614fa (diff)
Merge pull request #189699 from r-ryantm/auto-update/fcitx5-lua
fcitx5-lua: 5.0.9 -> 5.0.10
-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 f367ccd7a935..4f76a1e770a7 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.9";
+ version = "5.0.10";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
- sha256 = "sha256-XeRMPbatXUudxo1EICL7z8V3slxkzo27f+D4xLjRtU4=";
+ sha256 = "sha256-0ESgQv8kyc+zv/tDZtBZ+QhFFswD80ApwswFlJs8tOU=";
};
nativeBuildInputs = [