lxqt.lxqt-panel: 2.2.1 -> 2.2.2 (#420967)

This commit is contained in:
José Romildo Malaquias
2025-06-30 15:19:33 -03:00
committed by GitHub

View File

@@ -35,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-panel";
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-PKiuFstkUGrRZE4TOvMq8R5991Ay6Ghw17GCtzlybuU=";
hash = "sha256-ui+HD2igPiyIOgIKPbgfO4dnfm2rFP/R6oG2pH5g5VY=";
};
nativeBuildInputs = [