moltenvk: 1.3.0 -> 1.4.0 (#437755)

This commit is contained in:
Randy Eckenrode
2025-10-07 20:04:54 -04:00
committed by GitHub
+2 -2
View File
@@ -21,7 +21,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "MoltenVK";
version = "1.3.0";
version = "1.4.0";
strictDeps = true;
@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "KhronosGroup";
repo = "MoltenVK";
rev = "v${finalAttrs.version}";
hash = "sha256-V69P1t48XP/pAPgpVsnFeCBidhHk60XGHRkHF6AEke0=";
hash = "sha256-ydXyah6/J6/1Lzuv+7JnMurkqnvQPs+6Vec0uUrxGq0=";
};
postPatch = ''