Commit 8aa68474 authored by José Romildo's avatar José Romildo
Browse files

lxqt.lxqt-panel: 2.0.0 -> 2.0.1

parent c4598685
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [