fcitx5-lua: 5.0.8 -> 5.0.9

xrelkd 5282c704 166516b4

+2 -2
+2 -2
pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix
··· 10 11 stdenv.mkDerivation rec { 12 pname = "fcitx5-lua"; 13 - version = "5.0.8"; 14 15 src = fetchFromGitHub { 16 owner = "fcitx"; 17 repo = pname; 18 rev = version; 19 - sha256 = "sha256-VHGHKV5KLbfIMWLErLRNl8pOQOkYkc/f6VjZUSqluFk="; 20 }; 21 22 nativeBuildInputs = [
··· 10 11 stdenv.mkDerivation rec { 12 pname = "fcitx5-lua"; 13 + version = "5.0.9"; 14 15 src = fetchFromGitHub { 16 owner = "fcitx"; 17 repo = pname; 18 rev = version; 19 + sha256 = "sha256-XeRMPbatXUudxo1EICL7z8V3slxkzo27f+D4xLjRtU4="; 20 }; 21 22 nativeBuildInputs = [