darwin.moltenvk: 1.2.7 -> 1.2.8

https://github.com/KhronosGroup/MoltenVK/releases/tag/v1.2.8
This commit is contained in:
Randy Eckenrode 2024-03-22 20:18:55 -04:00
parent 97f05fe383
commit 22a979fe33
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "MoltenVK";
version = "1.2.7";
version = "1.2.8";
buildInputs = [
AppKit
@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "KhronosGroup";
repo = "MoltenVK";
rev = "v${finalAttrs.version}";
hash = "sha256-0+S/kueV+AEVt+oFnh4cgcDRVtEbUH1QiHFPhGhimCA=";
hash = "sha256-nsNN2iCSjXzfarSdaNmeNbfDliUBMQMsb0rXEENWJqw=";
};
postPatch = ''