fcitx5-lua: 5.0.3 -> 5.0.4

This commit is contained in:
R. RyanTM 2021-03-23 02:06:26 +00:00 committed by Matthieu Coudron
parent 03a196c26a
commit e23957211c
1 changed files with 2 additions and 2 deletions

View File

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