From 291d5370a3271d4eed57b8bd8f77458dfc975a3a Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 14 Jan 2025 23:31:41 +0100 Subject: [PATCH] update sdl for fix --- external/sdl/CMakeLists.txt | 3 ++- external/solanaceae_tox | 2 +- external/solanaceae_toxcore | 2 +- flake.nix | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/external/sdl/CMakeLists.txt b/external/sdl/CMakeLists.txt index 20d4bd0..c50fd63 100644 --- a/external/sdl/CMakeLists.txt +++ b/external/sdl/CMakeLists.txt @@ -30,7 +30,8 @@ if (NOT TARGET SDL3::SDL3) #GIT_TAG f8468d580d903e106640800034a4721aca24264c # tip 15-11-2024 #GIT_TAG f40a530fd9fcdea79986de12d305426c0304d60e # tip 24-12-2024 - systray yay #GIT_TAG f8f8d87bfaf3d8557a5c13e0072964a537569b6c # tip 02-01-2025 - android cam fix - GIT_TAG 22422f7748d5128135995ed34c8f8012861c7332 # tip 07-01-2025 (3.1.8) + #GIT_TAG 22422f7748d5128135995ed34c8f8012861c7332 # tip 07-01-2025 (3.1.8) + GIT_TAG 191a6417d581b79cab5698dee84554ea64b5ac61 # tip 14-01-2025 - hotplug asan crash fix FIND_PACKAGE_ARGS # for the future ) diff --git a/external/solanaceae_tox b/external/solanaceae_tox index 8ad1097..09300c1 160000 --- a/external/solanaceae_tox +++ b/external/solanaceae_tox @@ -1 +1 @@ -Subproject commit 8ad10978b96837eb7949f32ef433c5b37c2aa458 +Subproject commit 09300c1702f9bfb4cc857b904da33d51a94e0fe3 diff --git a/external/solanaceae_toxcore b/external/solanaceae_toxcore index 727c341..ebd6bcc 160000 --- a/external/solanaceae_toxcore +++ b/external/solanaceae_toxcore @@ -1 +1 @@ -Subproject commit 727c341899a82c911a27a5cac6d09bb23ce06b1d +Subproject commit ebd6bcc48375e35fb02c6ec793dffd00c7731786 diff --git a/flake.nix b/flake.nix index 936738a..725e90d 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ flake = false; }; sdl3 = { - url = "github:libsdl-org/SDL/22422f7748d5128135995ed34c8f8012861c7332"; # keep in sync this cmake + url = "github:libsdl-org/SDL/191a6417d581b79cab5698dee84554ea64b5ac61"; # keep in sync this cmake flake = false; }; sdl3_image = {