Commit d9de74a2 authored by José Romildo's avatar José Romildo
Browse files

lxqt.qtxdg-tools: 3.12.0 -> 4.0.0

parent 628a4338
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
{ lib
, mkDerivation
, stdenv
, fetchFromGitHub
, cmake
, qtbase
, libqtxdg
, lxqt-build-tools
, qtbase
, qtsvg
, wrapQtAppsHook
, gitUpdater
}:

mkDerivation rec {
stdenv.mkDerivation rec {
  pname = "qtxdg-tools";
  version = "3.12.0";
  version = "4.0.0";

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = pname;
    rev = version;
    hash = "sha256-3i5SVhEMHar09xoSfVCxJtPXeR81orcNR7pSIJImipQ=";
    hash = "sha256-w9pFHG+q2oT33Lfg88MUzfWSyvHUgC0Fi2V8XcueJ/Q=";
  };

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

  buildInputs = [
    qtbase
    libqtxdg
    qtbase
    qtsvg
  ];

  passthru.updateScript = gitUpdater { };