moltenvk: 1.3.0 -> 1.4.0

This commit is contained in:
Ihar Hrachyshka
2025-08-29 17:43:56 -04:00
parent 1133643034
commit 05fc9ac6bd
+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 = ''