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

fcitx5-lua: 5.0.9 -> 5.0.10
This commit is contained in:
Bobby Rong 2022-09-04 19:30:25 +08:00 committed by GitHub
commit 62cc480eb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-lua";
version = "5.0.9";
version = "5.0.10";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-XeRMPbatXUudxo1EICL7z8V3slxkzo27f+D4xLjRtU4=";
sha256 = "sha256-0ESgQv8kyc+zv/tDZtBZ+QhFFswD80ApwswFlJs8tOU=";
};
nativeBuildInputs = [