lxqt.lxqt-panel: 2.3.0 -> 2.3.2 (#473658)

This commit is contained in:
Bjørn Forsman
2025-12-23 21:12:27 +00:00
committed by GitHub
+2 -2
View File
@@ -35,13 +35,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lxqt-panel";
version = "2.3.0";
version = "2.3.2";
src = fetchFromGitHub {
owner = "lxqt";
repo = "lxqt-panel";
tag = finalAttrs.version;
hash = "sha256-cwemHe092vNRDeseXkGoWAEXawNTVbSiB87owfaLeAo=";
hash = "sha256-n/U2EgEZfh8mJWtEX+HByqHqtm9NqIXnURqUzSOcvns=";
};
nativeBuildInputs = [