fcitx5-lua: 5.0.4 -> 5.0.5

(cherry picked from commit 058df25e0560e50381a8061e0503f4b7be312a69)
This commit is contained in:
Vonfry 2021-06-02 20:42:56 +08:00 committed by github-actions[bot]
parent 10d45f3fda
commit e6d8d9a5f8

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fcitx5-lua"; pname = "fcitx5-lua";
version = "5.0.4"; version = "5.0.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fcitx"; owner = "fcitx";
repo = "fcitx5-lua"; repo = "fcitx5-lua";
rev = version; rev = version;
sha256 = "sha256-1gKfFq+x/tCOYqESO49Qddp5z6zXO7ULjTJgDEl8BqI="; sha256 = "0x7b78rz9mdyhm3y8yi7kihah7fgqzjyfgqwjyfx3i90wxflnmmc";
}; };
nativeBuildInputs = [ nativeBuildInputs = [