Commit 49f3c043 authored by K900's avatar K900
Browse files

qt6: 6.10.0 -> 6.10.1

parent cf473c5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
WGET_ARGS=( https://download.qt.io/official_releases/qt/6.10/6.10.0/submodules/ -A '*.tar.xz' )
WGET_ARGS=( https://download.qt.io/official_releases/qt/6.10/6.10.1/submodules/ -A '*.tar.xz' )
+0 −4
Original line number Diff line number Diff line
@@ -20,8 +20,4 @@ qtModule {
    qtbase
    qtdeclarative
  ];

  postPatch = ''
    substituteInPlace src/nfc/configure.cmake --replace-fail "qt_configure_add_summary_entry(ARGS pcslite)" "qt_configure_add_summary_entry(ARGS pcsclite)"
  '';
}
+0 −13
Original line number Diff line number Diff line
{
  fetchpatch,
  qtModule,
  qtbase,
  qtlanguageserver,
@@ -36,18 +35,6 @@ qtModule {
    })
    # add version specific QML import path
    ./use-versioned-import-path.patch
    # Fix common crash
    # https://bugreports.qt.io/browse/QTBUG-140018
    (fetchpatch {
      url = "https://invent.kde.org/qt/qt/qtdeclarative/-/commit/2b7f93da38d41ffaeb5322a7dca40ec26fc091a1.diff";
      hash = "sha256-AOXey18lJlswpZ8tpTTZeFb0VE9k1louXy8TPPGNiA4=";
    })
    # Fix another common crash
    # https://bugreports.qt.io/browse/QTBUG-139626
    (fetchpatch {
      url = "https://invent.kde.org/qt/qt/qtdeclarative/-/commit/0de0b0ffdb44d73c605e20f00934dfb44bdf7ad9.diff";
      hash = "sha256-DCoaSxH1MgywGXmmK21LLzCBi2KAmJIv5YKpFS6nw7M=";
    })
  ];

  cmakeFlags = [
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

qtModule rec {
  pname = "qtmqtt";
  version = "6.10.0";
  version = "6.10.1";

  src = fetchFromGitHub {
    owner = "qt";
    repo = "qtmqtt";
    tag = "v${version}";
    hash = "sha256-0o0zC8SUlug5xOV5AX9PiTim1td8NA4fq6WfBR5aSXA=";
    hash = "sha256-ve9fyhUZFI6TAr/SFRXJudA1yTmTlg8+Fgyc9OUv3ds=";
  };

  propagatedBuildInputs = [ qtbase ];
+156 −156

File changed.

Preview size limit exceeded, changes collapsed.