fcitx5-configtool: 5.1.2 -> 5.1.3

Diff: https://github.com/fcitx/fcitx5-configtool/compare/5.1.2...5.1.3
This commit is contained in:
Vonfry 2024-01-07 12:14:32 +08:00
parent 13b953b1d8
commit fce8291409
No known key found for this signature in database
GPG key ID: 1B81687FBA75D6B5

View file

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