Merge pull request #265169 from r-ryantm/auto-update/fcitx5-configtool

fcitx5-configtool: 5.1.1 -> 5.1.2
This commit is contained in:
OTABI Tomoya 2023-11-10 19:15:26 +09:00 committed by GitHub
commit f93c0d15f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@
mkDerivation rec { mkDerivation rec {
pname = "fcitx5-configtool"; pname = "fcitx5-configtool";
version = "5.1.1"; version = "5.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fcitx"; owner = "fcitx";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-5f75UTGCWsuMdZKhssSpUiVaRR05YY0bumVUNq2wJtY="; sha256 = "sha256-DtMskuPpiL1GshoUH1dDazvwHDhmr9gb93V3TRIMxxg=";
}; };
cmakeFlags = [ cmakeFlags = [