Unverified Commit 47ae614e authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #313360 from K900/qt-6.7.1

qt6: 6.7.0 -> 6.7.1
parents 78025690 7c348f0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
WGET_ARGS=( https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/ -A '*.tar.xz' )
WGET_ARGS=( https://download.qt.io/official_releases/qt/6.7/6.7.1/submodules/ -A '*.tar.xz' )
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

qtModule rec {
  pname = "qtmqtt";
  version = "6.7.0";
  version = "6.7.1";

  src = fetchFromGitHub {
    owner = "qt";
    repo = "qtmqtt";
    rev = "v${version}";
    hash = "sha256-LUYb4Wb1fLUwIvDOsVU/iSOyx9pcfPrmiFnQskbT2d8=";
    hash = "sha256-Dl+ZJjQU0vHurnhRVMYh0ry74iXb27Zld5dT21AxVhI=";
  };

  propagatedBuildInputs = [ qtbase ];
+157 −157

File changed.

Preview size limit exceeded, changes collapsed.