fcitx5-configtool: 5.0.4 -> 5.0.5

(cherry picked from commit 1a63a40bc7b3d151155371c56908aa4d3eddff04)
This commit is contained in:
Vonfry 2021-06-02 20:42:16 +08:00 committed by github-actions[bot]
parent 548459289a
commit d3779267b9
1 changed files with 3 additions and 3 deletions

View File

@ -19,13 +19,13 @@
mkDerivation rec { mkDerivation rec {
pname = "fcitx5-configtool"; pname = "fcitx5-configtool";
version = "5.0.4"; version = "5.0.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fcitx"; owner = "fcitx";
repo = "fcitx5-configtool"; repo = pname;
rev = version; rev = version;
sha256 = "sha256-UO3Ob+bFQ/2Vqb8YpD9tfmfZt5YLUyoqcbtsHLaVOzE="; sha256 = "0w6cgg57ldk02j3fs7mm8pn5inblcjyr20d3xl5qbyawwccjsn2m";
}; };
cmakeFlags = [ cmakeFlags = [