moltenvk: 1.2.1 -> 1.2.2

https://github.com/KhronosGroup/MoltenVK/releases/tag/v1.2.2
This commit is contained in:
Randy Eckenrode 2023-01-30 16:37:04 -05:00
parent 106af1cb72
commit 6668f9ae8c
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.1";
version = "1.2.2";
buildInputs = [
AppKit
@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "KhronosGroup";
repo = "MoltenVK";
rev = "v${finalAttrs.version}";
hash = "sha256-JqHPKLSFq+8hyOjVZbjh4AsHM8zSF7ZVxlEePmnEC2w=";
hash = "sha256-XowMXhGqPcxJ0DS3G41tpBO68va94a7SZHOOgguCxy0=";
};
patches = [