moltenvk: 1.3.0 -> 1.4.0

This commit is contained in:
Ihar Hrachyshka 2025-08-27 22:31:13 -04:00
parent 1133643034
commit 05fc9ac6bd

View file

@ -21,7 +21,7 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "MoltenVK"; pname = "MoltenVK";
version = "1.3.0"; version = "1.4.0";
strictDeps = true; strictDeps = true;
@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "KhronosGroup"; owner = "KhronosGroup";
repo = "MoltenVK"; repo = "MoltenVK";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-V69P1t48XP/pAPgpVsnFeCBidhHk60XGHRkHF6AEke0="; hash = "sha256-ydXyah6/J6/1Lzuv+7JnMurkqnvQPs+6Vec0uUrxGq0=";
}; };
postPatch = '' postPatch = ''