fcitx5-lua: 5.0.8 -> 5.0.9

This commit is contained in:
xrelkd 2022-07-05 22:24:49 +08:00
parent 166516b41f
commit 5282c704ed
No known key found for this signature in database
GPG Key ID: BAB7A457C1D1D6B3

View File

@ -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 = [