Merge pull request #209945 from romildo/upd.lxqt-panel

This commit is contained in:
Sandro 2023-01-10 16:40:20 +01:00 committed by GitHub
commit e8785dd48a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,13 +30,13 @@
mkDerivation rec {
pname = "lxqt-panel";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "A/zoK6V+4tFeu8mSFukLeKnFVKl66QtKLtu7N7Z2P2w=";
sha256 = "TwVM0JY+BMvw6e/mzy82AH5E6pPsffE6oadd0BuCZk0=";
};
nativeBuildInputs = [