Loading pkgs/desktops/lxqt/qps/default.nix +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 = [ Loading @@ -34,7 +37,8 @@ mkDerivation rec { liblxqt libqtxdg qtbase qtx11extras qtsvg qtwayland ]; passthru.updateScript = gitUpdater { }; Loading Loading
pkgs/desktops/lxqt/qps/default.nix +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 = [ Loading @@ -34,7 +37,8 @@ mkDerivation rec { liblxqt libqtxdg qtbase qtx11extras qtsvg qtwayland ]; passthru.updateScript = gitUpdater { }; Loading