lxqt.lxqt-panel: 2.0.0 -> 2.0.1

Diff: https://github.com/lxqt/lxqt-panel/compare/2.0.0...2.0.1
This commit is contained in:
José Romildo 2024-05-08 15:38:16 -03:00
parent c459868572
commit 8aa68474fc

View File

@ -35,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-panel";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-2I7I3AiLptKbBXiTPbbpcj16zuIx0e9SQnvbalpoFvM=";
hash = "sha256-m+LUG7hnkIJj48HJIy6pMyv3YZ/RfuSXbdBKJ9mi764=";
};
nativeBuildInputs = [