Unverified Commit a93d915e authored by Nick Cao's avatar Nick Cao
Browse files

qt6: 6.5.2 -> 6.5.3

parent 3c584440
Loading
Loading
Loading
Loading
+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.