aedi: update vulkan-headers to 1.3.236

This commit is contained in:
alexey.lysiuk 2022-12-09 10:35:58 +02:00
parent 6d0e1d9d8b
commit cbc5f5a6a4

View file

@ -328,8 +328,8 @@ class VulkanHeadersTarget(CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
# Version should match with the current MoltenVK release
'https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.231.tar.gz',
'4cb1c0aeb858e1a4955a736b86b0da8511ca8701222e9a252adcf093d40a8d28')
'https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.236.tar.gz',
'a86b8c38618b764057b359cf0f18c12a7c81b7760fe6fca1acf9adb471d55d4c')
class VulkanLoaderTarget(CMakeStaticDependencyTarget):