deepin.dde-shell: fix qml models import in qt 6.9 (#421158)

This commit is contained in:
rewine
2025-06-30 14:22:59 +08:00
committed by GitHub
@@ -40,6 +40,11 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://github.com/linuxdeepin/dde-shell/commit/936d62a2c20398b9ca6ae28f9101dd288c8b1678.patch";
hash = "sha256-u5TcPy2kZsOLGUgjTGZ5JX3mWnr/rOQ3SWBRyjWEiw4=";
})
(fetchpatch {
name = "adapt-import-change-of-QtQml-Models-in-Qt-6_9.patch";
url = "https://github.com/linuxdeepin/dde-shell/commit/ad92c160508a5eb53fd5af558ef1b1ba881b97ac.patch";
hash = "sha256-3GdkbFEt51EP04RQN54EDsGyXkeZoWhbnQAHkwjUeGY=";
})
];