From 0c7df88541bb78df47e6dc2c108ed5221c930664 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 12 Feb 2023 22:07:01 -0700 Subject: [PATCH] glfw: system_sdk: update Linux SDKs (Vulkan headers) 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 490b31af..7d364715 100644 --- a/libs/glfw/system_sdk.zig +++ b/libs/glfw/system_sdk.zig @@ -72,7 +72,7 @@ pub const Options = struct { .{ .name = "sdk-linux-x86_64", .git_addr = "https://github.com/hexops/sdk-linux-x86_64", - .git_revision = "4a885f866b1d66208be4c3208c7d7fea092742b4", + .git_revision = "ebd1ce12e9abc152c7ed43afbcdb4b6e1c95be07", .cpu_arch = &.{.x86_64}, .os_tag = .linux, .os_version = .{ @@ -88,7 +88,7 @@ pub const Options = struct { .{ .name = "sdk-linux-aarch64", .git_addr = "https://github.com/hexops/sdk-linux-aarch64", - .git_revision = "f87c90c2e598b0d596a01e67b5e2172bc7753ce6", + .git_revision = "a279b0a3ef2f103b308defcd7e1a32e20346f70b", .cpu_arch = &.{.aarch64}, .os_tag = .linux, .os_version = .{