fcitx5-lua: 5.0.8 -> 5.0.9

This commit is contained in:
xrelkd
2022-07-11 21:45:31 +08:00
parent 166516b41f
commit 5282c704ed
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-lua";
version = "5.0.8";
version = "5.0.9";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-VHGHKV5KLbfIMWLErLRNl8pOQOkYkc/f6VjZUSqluFk=";
sha256 = "sha256-XeRMPbatXUudxo1EICL7z8V3slxkzo27f+D4xLjRtU4=";
};
nativeBuildInputs = [