lxqt.lxqt-config: 2.2.0 -> 2.3.0

Diff: https://github.com/lxqt/lxqt-config/compare/2.2.0...2.3.0
This commit is contained in:
José Romildo 2025-11-05 18:10:29 -03:00
parent 8142ce46f4
commit 49e413f4f0

View file

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-config";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = "lxqt-config";
rev = version;
hash = "sha256-iyAqdAWcg94a65lPjq412slvSKdP3W62LTyyvYdWipA=";
hash = "sha256-2CAQeX2X0DPmgOaAEJoCLtgjFT+Z6epc/dUCbaEIlB0=";
};
nativeBuildInputs = [