Skip to content

Commit

Permalink
system_sdk: update to latest commits
Browse files Browse the repository at this point in the history
  • Loading branch information
alichraghi committed Dec 18, 2022
1 parent a641102 commit ae1c091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/glfw/system_sdk.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "b65ab8630839c2f6cf016e1ab1debcc155c7cd52",
.git_revision = "1cb61f593dfe1364c3189b29e21ae01efe1651fc",
.cpu_arch = &.{.x86_64},
.os_tag = .linux,
.os_version = .{
Expand All @@ -88,7 +88,7 @@ pub const Options = struct {
.{
.name = "sdk-linux-aarch64",
.git_addr = "https://github.com/hexops/sdk-linux-aarch64",
.git_revision = "555b6cfa32447a88f2439d144f13f56f8c88cb5a",
.git_revision = "21571f3c268a646ed4c14e48e8ae0c6604c72963",
.cpu_arch = &.{.aarch64},
.os_tag = .linux,
.os_version = .{
Expand Down

0 comments on commit ae1c091

Please sign in to comment.