deepin.qt5integration: 5.6.3 -> 5.6.4

This commit is contained in:
rewine 2023-02-03 18:00:29 +08:00
parent 4bb21228e5
commit 3c6e6ce6f1

View file

@ -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