From 77a95811f2b8a11ded8d077ddd4162ac608cb30d Mon Sep 17 00:00:00 2001 From: Green Sky Date: Mon, 10 Feb 2025 00:57:49 +0100 Subject: [PATCH] update sdl to 3.2.4 --- external/sdl/CMakeLists.txt | 5 +++-- flake.lock | 8 ++++---- flake.nix | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/external/sdl/CMakeLists.txt b/external/sdl/CMakeLists.txt index 9ad1894e..2a91aaa8 100644 --- a/external/sdl/CMakeLists.txt +++ b/external/sdl/CMakeLists.txt @@ -32,8 +32,9 @@ if (NOT TARGET SDL3::SDL3) #GIT_TAG f8f8d87bfaf3d8557a5c13e0072964a537569b6c # tip 02-01-2025 - android cam fix #GIT_TAG 22422f7748d5128135995ed34c8f8012861c7332 # tip 07-01-2025 (3.1.8) #GIT_TAG 191a6417d581b79cab5698dee84554ea64b5ac61 # tip 14-01-2025 - hotplug asan crash fix - #GIT_TAG 355f69ebfe7a5f44a28e10569589a1d300aad2b5 # tip 15-01-2024 - more recent for continous tray testing - GIT_TAG 90b2e2527eeb6614cedd15f61062f62680252be6 # tip 20-01-2024 - tray supposetly fixed + #GIT_TAG 355f69ebfe7a5f44a28e10569589a1d300aad2b5 # tip 15-01-2025 - more recent for continous tray testing + #GIT_TAG 90b2e2527eeb6614cedd15f61062f62680252be6 # tip 20-01-2025 - tray supposetly fixed + GIT_TAG b5c3eab6b447111d3c7879bb547b80fb4abd9063 # tip 07-02-2025 (3.2.4) FIND_PACKAGE_ARGS # for the future ) diff --git a/flake.lock b/flake.lock index 1d04af81..958909bc 100644 --- a/flake.lock +++ b/flake.lock @@ -81,17 +81,17 @@ "sdl3": { "flake": false, "locked": { - "lastModified": 1737355177, - "narHash": "sha256-LYo0m0rFpFYrZZERV5LGuXxIo0mjqIiZT+UjQojIgvc=", + "lastModified": 1738886623, + "narHash": "sha256-9BrJcjxm9K5lkT0VouAN7NUYqIlVCRBPxWGbmIi3uPc=", "owner": "libsdl-org", "repo": "SDL", - "rev": "90b2e2527eeb6614cedd15f61062f62680252be6", + "rev": "b5c3eab6b447111d3c7879bb547b80fb4abd9063", "type": "github" }, "original": { "owner": "libsdl-org", "repo": "SDL", - "rev": "90b2e2527eeb6614cedd15f61062f62680252be6", + "rev": "b5c3eab6b447111d3c7879bb547b80fb4abd9063", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 4edbdd2b..02d3b16f 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ flake = false; }; sdl3 = { - url = "github:libsdl-org/SDL/90b2e2527eeb6614cedd15f61062f62680252be6"; # keep in sync with cmake + url = "github:libsdl-org/SDL/b5c3eab6b447111d3c7879bb547b80fb4abd9063"; # keep in sync with cmake flake = false; }; sdl3_image = {