diff --git a/aedi/target/library_tier2.py b/aedi/target/library_tier2.py index d86362f0..aca27775 100644 --- a/aedi/target/library_tier2.py +++ b/aedi/target/library_tier2.py @@ -339,8 +339,8 @@ class VulkanLoaderTarget(CMakeStaticDependencyTarget): def prepare_source(self, state: BuildState): state.download_source( # Version should match with the current MoltenVK release - 'https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.224.tar.gz', - '702a974c460c668a9469a4614aed0b06602e5031154a67bc195429f4604bf51e') + 'https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.231.tar.gz', + '02e185b939635167ea8f8815f8daab76af36923a3b995951fe6a5d3e25c55bf7') def configure(self, state: BuildState): opts = state.options