Unverified Commit 3e46f20a authored by Nick Cao's avatar Nick Cao
Browse files

qt6: 6.6.0 -> 6.6.1

parent 1ded005f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
WGET_ARGS=( https://download.qt.io/official_releases/qt/6.6/6.6.0/submodules/ -A '*.tar.xz' )
WGET_ARGS=( https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/ -A '*.tar.xz' )
+2 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@

qtModule rec {
  pname = "qtmqtt";
  version = "6.6.0";
  version = "6.6.1";
  src = fetchFromGitHub {
    owner = "qt";
    repo = "qtmqtt";
    rev = "v${version}";
    hash = "sha256-rFi1w0Z4jLvHvhu0/VOIT0MWmKjy51jSK5M56qLs0gI=";
    hash = "sha256-6jQrUT1wLk6rhDIns0ubdUCZ7e/m38Oqvl8c1/sfWxI=";
  };
  propagatedBuildInputs = [ qtbase ];
}
+156 −156

File changed.

Preview size limit exceeded, changes collapsed.