Commit 6f7f646d authored by José Romildo's avatar José Romildo
Browse files

lxqt.lxqt-panel: 2.2.0 -> 2.2.1

parent a33fccb2
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.0";
  version = "2.2.1";

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = pname;
    rev = version;
    hash = "sha256-BMdiSm+FJXeLRGGoCdUpJjFu8JRk0+95LPZJSTFMqrM=";
    hash = "sha256-PKiuFstkUGrRZE4TOvMq8R5991Ay6Ghw17GCtzlybuU=";
  };

  nativeBuildInputs = [