deepin.qt5platform-plugins: 5.6.22 -> 5.6.29

This commit is contained in:
rewine 2024-05-31 11:26:37 +08:00
parent 333c37196e
commit aa0139812b

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "qt5platform-plugins";
version = "5.6.22";
version = "5.6.29";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-0XQ4s6xpFHoG6SC8RE8WVnbHH7qNeOYkhrYUkDEH8Dc=";
hash = "sha256-KoX3TkEzGNwqG8XL6op0mpTVvdSQTzqd5OpAuCU2Ok4";
};
nativeBuildInputs = [