fcitx5-configtool: 5.1.10 -> 5.1.11

Diff: https://github.com/fcitx/fcitx5-configtool/compare/5.1.10...5.1.11
This commit is contained in:
Vonfry
2025-10-26 01:52:23 +00:00
parent 9d24cf1d16
commit 02eccd4dc1

View File

@@ -31,13 +31,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fcitx5-configtool"; pname = "fcitx5-configtool";
version = "5.1.10"; version = "5.1.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fcitx"; owner = "fcitx";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-Py2UDBQRqvT7kwZeQIXKrIjGAbOjjxEyEfO5tdtizW4="; hash = "sha256-SEQelUMigcqs0C+jY+A/dfncEogzU1e5tjP+wK+MylM=";
}; };
cmakeFlags = [ cmakeFlags = [