From f8c8d27c70c5ecff65d2e3183ccc923f707c13bb Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 10 Sep 2022 03:51:28 +0000 Subject: [PATCH] glfw: update Linux system SDKs for mach/sysaudio Signed-off-by: Stephen Gutekanst --- libs/glfw/system_sdk.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/glfw/system_sdk.zig b/libs/glfw/system_sdk.zig index 68e85977..9e84f7b3 100644 --- a/libs/glfw/system_sdk.zig +++ b/libs/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 = "1c2ea7f968bff3fbe4ddb0b605eef6b626e181ea", + linux_x86_64_revision: []const u8 = "b65ab8630839c2f6cf016e1ab1debcc155c7cd52", /// The Linux aarch64 SDK repository name. linux_aarch64: []const u8 = "sdk-linux-aarch64", - linux_aarch64_revision: []const u8 = "dbb05673a01050a937cbc8ad47a407111cac146c", + linux_aarch64_revision: []const u8 = "555b6cfa32447a88f2439d144f13f56f8c88cb5a", /// The Windows x86-64 SDK repository name. windows_x86_64: []const u8 = "sdk-windows-x86_64",