deepin.qt6integration: 6.0.24 -> 6.0.33

This commit is contained in:
rewine
2025-04-13 14:54:59 +08:00
parent b9fc20d90c
commit b3d6434288
@@ -2,6 +2,7 @@
stdenv,
lib,
fetchFromGitHub,
fetchpatch,
cmake,
pkg-config,
dtk6widget,
@@ -11,15 +12,23 @@
stdenv.mkDerivation rec {
pname = "qt6integration";
version = "6.0.24";
version = "6.0.33";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-J0HKtxnQCizHFf2VR9srS/CxWqAkczia7kDWxvGzKsw=";
hash = "sha256-fxeXjUn1hJUE1Le24sqVEvKBX9Uo8qUVjr3sfz/5cQQ=";
};
patches = [
(fetchpatch {
name = "resolve-compilation-issues-on-Qt-6_9.patch";
url = "https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-qt6integration/-/raw/e85e6836919d8e8424e800d7d4c8681bb23c29f9/qt-6.9.patch";
hash = "sha256-GJH25cOEcA5Zep6FABwlRXU7HfpgMXNJzsbmWQdzx+Y=";
})
];
nativeBuildInputs = [
cmake
pkg-config