Unverified Commit 3a1f517d authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

lxqt.lxqt-panel: 2.2.1 -> 2.2.2 (#420967)

parents af4584da 08755e65
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.2.1";
  version = "2.2.2";

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = pname;
    rev = version;
    hash = "sha256-PKiuFstkUGrRZE4TOvMq8R5991Ay6Ghw17GCtzlybuU=";
    hash = "sha256-ui+HD2igPiyIOgIKPbgfO4dnfm2rFP/R6oG2pH5g5VY=";
  };

  nativeBuildInputs = [