aedi: update moltenvk to 1.2.3

This commit is contained in:
alexey.lysiuk 2023-03-24 13:29:00 +02:00
parent 1c41dbf304
commit c8be433c61
1 changed files with 2 additions and 2 deletions

View File

@ -312,8 +312,8 @@ class MoltenVKTarget(base.MakeTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.2.2.tar.gz',
'8065a10c2d70b561f48475dedb118e643176527b162d6e439fa127270c2a07dd',
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.2.3.tar.gz',
'bb2c2e486284e0247a85e5f585425bfcb364bb13aa167047a16a1330b9a76e58',
patches='moltenvk-deployment-target')
def initialize(self, state: BuildState):