Merge pull request #214341 from wineee/qt5integration

deepin.qt5integration: 5.6.3 -> 5.6.4
This commit is contained in:
Weijia Wang 2023-02-03 21:41:54 +01:00 committed by GitHub
commit 04df784f4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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