lxqt.lxqt-panel: 2.3.2 -> 2.4.0

Diff: https://github.com/lxqt/lxqt-panel/compare/2.3.2...2.4.0
This commit is contained in:
José Romildo
2026-04-22 22:19:57 -03:00
parent fad4bef5cd
commit 00d440312e
+2 -2
View File
@@ -35,13 +35,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lxqt-panel";
version = "2.3.2";
version = "2.4.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = "lxqt-panel";
tag = finalAttrs.version;
hash = "sha256-n/U2EgEZfh8mJWtEX+HByqHqtm9NqIXnURqUzSOcvns=";
hash = "sha256-6A22/zBeR04KQXfEMOHefNABB//qWhFSZ8c+6CA3Ni4=";
};
nativeBuildInputs = [