lxqt.lxqt-panel: 2.2.0 -> 2.2.1

Diff: https://github.com/lxqt/lxqt-panel/compare/2.2.0...2.2.1
This commit is contained in:
José Romildo
2025-05-29 08:35:18 -03:00
parent a33fccb2e5
commit 6f7f646dc7

View File

@@ -35,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-panel";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-BMdiSm+FJXeLRGGoCdUpJjFu8JRk0+95LPZJSTFMqrM=";
hash = "sha256-PKiuFstkUGrRZE4TOvMq8R5991Ay6Ghw17GCtzlybuU=";
};
nativeBuildInputs = [