aedi: update moltenvk to 1.2.4

This commit is contained in:
alexey.lysiuk 2023-05-26 15:52:30 +03:00
parent dfcaf8e418
commit 3618f8e65d

View file

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