lxqt.lxqt-panel: 1.2.1 -> 1.3.0

This commit is contained in:
José Romildo 2023-04-16 13:53:29 -03:00
parent 47e182132a
commit 7ad834fb3e

View file

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