fcitx5-lua: 5.0.5 -> 5.0.6

This commit is contained in:
Vonfry 2022-02-03 16:14:38 +08:00
parent 650c87cab8
commit c1ae861a50
No known key found for this signature in database
GPG Key ID: 7E3128A1AAF71FCC

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fcitx5-lua"; pname = "fcitx5-lua";
version = "5.0.5"; version = "5.0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fcitx"; owner = "fcitx";
repo = "fcitx5-lua"; repo = pname;
rev = version; rev = version;
sha256 = "0x7b78rz9mdyhm3y8yi7kihah7fgqzjyfgqwjyfx3i90wxflnmmc"; sha256 = "sha256-6znDtU/yVAJByhCanW7KVg5Tk615aCLbFbxDMESVOlY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [