From c7a31feee72e875189ff037ecf635fefe33d1f50 Mon Sep 17 00:00:00 2001
From: ksuprynowicz <ksuprynowicz@post.pl>
Date: Mon, 2 Oct 2023 22:46:24 +0200
Subject: [PATCH] Update windows Qt package for libvpx CVE

---
 hifi_qt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hifi_qt.py b/hifi_qt.py
index c51d3daf3a..254f0be1e3 100644
--- a/hifi_qt.py
+++ b/hifi_qt.py
@@ -139,7 +139,7 @@ endif()
             return
 
         if 'Windows' == system:
-            self.qtUrl = self.assets_url + '/dependencies/qt5/qt5-install-5.15.10-2023.09.17-windows-x86_64.tar.xz'
+            self.qtUrl = self.assets_url + '/dependencies/qt5/qt5-install-5.15.10-2023.10.02-windows-x86_64.tar.xz'
         elif 'Darwin' == system:
             self.qtUrl = self.assets_url + '/dependencies/vcpkg/qt5-install-5.15.2-macos.tar.gz'
         elif 'Linux' == system: