lxqt.lxqt-panel: 2.4.0 -> 2.4.1 (#525690)

This commit is contained in:
José Romildo Malaquias
2026-05-30 13:57:18 +00:00
committed by GitHub
+2 -2
View File
@@ -35,13 +35,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lxqt-panel";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "lxqt";
repo = "lxqt-panel";
tag = finalAttrs.version;
hash = "sha256-6A22/zBeR04KQXfEMOHefNABB//qWhFSZ8c+6CA3Ni4=";
hash = "sha256-TExmFE02GDRWWHCzJNETSY5GbOXxxX1OFFrEe9krBqM=";
};
nativeBuildInputs = [