deepin.qt5integration: 5.6.4 -> 5.6.6

This commit is contained in:
rewine 2023-04-19 14:53:11 +08:00 committed by rewine
parent b62a950779
commit 9431b2a0f0
No known key found for this signature in database
GPG key ID: AABB329787290824

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "qt5integration";
version = "5.6.4";
version = "5.6.6";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "sha256-MZkhTvjTyBrlntgFq2F3iGK7WvfmnGJQLk5B1OM5kQo=";
sha256 = "sha256-7b18ydyy/TIEGDkFAoium1LSx3Qs4I4pYpMfehOBZbY=";
};
nativeBuildInputs = [