Merge pull request #113910 from r-ryantm/auto-update/fcitx5-lua

fcitx5-lua: 5.0.2 -> 5.0.3
This commit is contained in:
Mario Rodas 2021-02-23 20:25:30 -05:00 committed by GitHub
commit a056a197ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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