lxqt.lxqt-config: 2.3.1 -> 2.4.0

Diff: https://github.com/lxqt/lxqt-config/compare/2.3.1...2.4.0
This commit is contained in:
José Romildo
2026-04-22 22:19:37 -03:00
parent b6fc9dd3b8
commit 1bf224a07e
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lxqt-config";
version = "2.3.1";
version = "2.4.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = "lxqt-config";
tag = finalAttrs.version;
hash = "sha256-2fviPhSBwUU9jg3217PLbREh8MkArd2Uc4bhFXo2J7U=";
hash = "sha256-BG3+/QZkqCZp7kdaHgiruOMq506l8+9KKNq+IUgoTPw=";
};
nativeBuildInputs = [