Commit 3c6e6ce6 authored by rewine's avatar rewine
Browse files

deepin.qt5integration: 5.6.3 -> 5.6.4

parent 4bb21228
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -17,16 +17,20 @@

stdenv.mkDerivation rec {
  pname = "qt5integration";
  version = "5.6.3";
  version = "5.6.4";

  src = fetchFromGitHub {
    owner = "linuxdeepin";
    repo = pname;
    rev = version;
    sha256 = "sha256-GXxPoBM4tlWezTfv/f+/IJezzcAsuMbr/OOGaSOpn2g=";
    sha256 = "sha256-MZkhTvjTyBrlntgFq2F3iGK7WvfmnGJQLk5B1OM5kQo=";
  };

  nativeBuildInputs = [ qmake pkg-config wrapQtAppsHook ];
  nativeBuildInputs = [
    qmake
    pkg-config
    wrapQtAppsHook
  ];

  buildInputs = [
    dtkwidget