aedi: update moltenvk to 1.2.9

This commit is contained in:
alexey.lysiuk 2024-05-09 15:01:23 +03:00
parent 3e1b4e1e5a
commit dea490f94a

View file

@ -213,8 +213,8 @@ class MoltenVKTarget(base.MakeTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.2.8.tar.gz',
'85beaf8abfcc54d9da0ff0257ae311abd9e7aa96e53da37e1c37d6bc04ac83cd')
'https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.2.9.tar.gz',
'f415a09385030c6510a936155ce211f617c31506db5fbc563e804345f1ecf56e')
def initialize(self, state: BuildState):
super().initialize(state)