moltenvk: 1.2.0 -> 1.2.1

https://github.com/KhronosGroup/MoltenVK/releases/tag/v1.2.1
This commit is contained in:
Randy Eckenrode 2023-01-23 16:53:12 -05:00
parent eb03da8785
commit f46a7bce86
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

@ -23,7 +23,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "MoltenVK";
version = "1.2.0";
version = "1.2.1";
buildInputs = [
AppKit
@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "KhronosGroup";
repo = "MoltenVK";
rev = "v${finalAttrs.version}";
hash = "sha256-PqrKGNGw7nJbirRgIargIV6Jbgoblu+2fn5qdHKI6BI=";
hash = "sha256-JqHPKLSFq+8hyOjVZbjh4AsHM8zSF7ZVxlEePmnEC2w=";
};
patches = [