From 435399c77aab56a8880992efb9328a1cb90fb214 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Fri, 12 Jan 2024 11:21:59 +0100 Subject: [PATCH] Update fetch_qt.bzl --- fetch_qt.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_qt.bzl b/fetch_qt.bzl index dc5752b..53e0383 100644 --- a/fetch_qt.bzl +++ b/fetch_qt.bzl @@ -9,7 +9,7 @@ def fetch_qt6(): http_archive( name = "qt_windows_x86_64", urls = [ - "https://vertexwahn.de/lfs/v1/qt_6.6.1_windows_desktop_win64_msvc2019_64.zip",, + "https://vertexwahn.de/lfs/v1/qt_6.6.1_windows_desktop_win64_msvc2019_64.zip", ], sha256 = "88d0d3632d89970a8db69558b83b37d84686bb46820d77407d812a503b889e7f", strip_prefix = "6.6.1/msvc2019_64",