deepin.qt6integration: 6.0.18 -> 6.0.19

This commit is contained in:
rewine
2024-09-20 20:29:33 +08:00
parent e7f2c18467
commit c60f982316
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "qt6integration";
version = "6.0.18";
version = "6.0.19";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-7FGOnAAcwOonpMDDukj88s1b4WmLJNu7MZSW7f7P44g=";
hash = "sha256-RVhAuEthrTE1QkRIKmBK4VM86frgAqLMJL31F11H8R8=";
};
nativeBuildInputs = [