lxqt.qps: 2.8.0 -> 2.9.0

This commit is contained in:
José Romildo 2024-04-18 14:21:42 -03:00
parent bedb7c8f44
commit 628a433889
1 changed files with 11 additions and 7 deletions

View File

@ -1,32 +1,35 @@
{ 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 { };