Commit 628a4338 authored by José Romildo's avatar José Romildo
Browse files

lxqt.qps: 2.8.0 -> 2.9.0

parent bedb7c8f
Loading
Loading
Loading
Loading
+11 −7
Original line number Diff line number Diff line
{ lib
, mkDerivation
, stdenv
, fetchFromGitHub
, cmake
, kwindowsystem
, liblxqt
, libqtxdg
, lxqt-build-tools
, gitUpdater
, qtbase
, qtsvg
, qttools
, qtx11extras
, qtwayland
, wrapQtAppsHook
, gitUpdater
}:

mkDerivation rec {
stdenv.mkDerivation rec {
  pname = "qps";
  version = "2.8.0";
  version = "2.9.0";

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = pname;
    rev = version;
    hash = "sha256-Xr+61t6LzoXASHuXrE5ro3eWGxMSDCVnck49dCtiaww=";
    hash = "sha256-Jit1CdFZyhKOjNytTBH9T4NqqmhxoifXGgPUyVdzJ+4=";
  };

  nativeBuildInputs = [
    cmake
    lxqt-build-tools
    qttools
    wrapQtAppsHook
  ];

  buildInputs = [
@@ -34,7 +37,8 @@ mkDerivation rec {
    liblxqt
    libqtxdg
    qtbase
    qtx11extras
    qtsvg
    qtwayland
  ];

  passthru.updateScript = gitUpdater { };