deepin.qt6platform-plugins: 6.0.18 -> 6.0.19

This commit is contained in:
rewine 2024-09-20 20:32:59 +08:00
parent c60f982316
commit 6e9cede90c

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "qt6platform-plugins";
version = "6.0.18";
version = "6.0.19";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-O2wylkNKqN0JxKffwFNSfv7S1hPIFrVKwSsppSGTp6I=";
hash = "sha256-aHqm+WKZLoUymiMFfrF3jgWrxgq51d6yTXWiOMsFgiQ=";
};
postUnpack = ''