From 4bf9fc5821804dbaa8d7126201b51f957f0938af Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 6 Aug 2022 03:19:39 -0700 Subject: [PATCH] glfw: update Linux system SDKs for Vulkan v1.3 headers Signed-off-by: Stephen Gutekanst --- glfw/system_sdk.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glfw/system_sdk.zig b/glfw/system_sdk.zig index ae4cdea0..b1436f68 100644 --- a/glfw/system_sdk.zig +++ b/glfw/system_sdk.zig @@ -46,11 +46,11 @@ pub const Options = struct { /// The Linux x86-64 SDK repository name. linux_x86_64: []const u8 = "sdk-linux-x86_64", - linux_x86_64_revision: []const u8 = "3b232131aee1bd6d2bed3dbcf8e82431919dc54e", + linux_x86_64_revision: []const u8 = "5fe80c0a6dd627ff1da1300f887622eb5c19b7bb", /// The Linux aarch64 SDK repository name. linux_aarch64: []const u8 = "sdk-linux-aarch64", - linux_aarch64_revision: []const u8 = "8a2a3039f65320420eb7fd61fe0f50b3bffe3cec", + linux_aarch64_revision: []const u8 = "58f0c2c018cf8ab0d8859a6ae737a81f2cb36d1b", /// The Windows x86-64 SDK repository name. windows_x86_64: []const u8 = "sdk-windows-x86_64",