Unverified Commit f691a008 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #257857 from NickCao/qt653

qt6: 6.5.2 -> 6.5.3
parents 77aa9cc3 e38dd213
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -109,8 +109,8 @@ let
        patches = [
          (fetchpatch2 {
            # fix compatibility with protobuf 23
            url = "https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/raw/d6b33bd915dc6e63b30db2cd29150d55b289d7ed/protobuf-23.patch";
            hash = "sha256-KQAcrjQ3rK9pDQUOUK6AS4ej8YvtRv9WZOxby31Y5r4=";
            url = "https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/raw/5cfb8728ca626af41d5dc2b1f642d026c011ec56/protobuf-23.patch";
            hash = "sha256-msVQEAt0DewOnZIgymGijJEpIXbfmMUkdbIyJ0ZNuok=";
          })
        ];
      };
+1 −1
Original line number Diff line number Diff line
WGET_ARGS=( https://download.qt.io/official_releases/qt/6.5/6.5.2/submodules/ -A '*.tar.xz' )
WGET_ARGS=( https://download.qt.io/official_releases/qt/6.5/6.5.3/submodules/ -A '*.tar.xz' )
+2 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@

qtModule rec {
  pname = "qtmqtt";
  version = "6.5.2";
  version = "6.5.3";
  src = fetchFromGitHub {
    owner = "qt";
    repo = "qtmqtt";
    rev = "v${version}";
    hash = "sha256-yyerVzz+nGT5kjNo24zYqZcJmrE50KCp38s3+samjd0=";
    hash = "sha256-F0rq72Cvnwy2cJmw3wUL9t8ZsnI61HBRMMWRwKdSEs8=";
  };
  qtInputs = [ qtbase ];
}
+152 −160

File changed.

Preview size limit exceeded, changes collapsed.