update sdl again to fix android build
Some checks failed
ContinuousDelivery / linux-ubuntu (push) Failing after 12m46s
ContinuousDelivery / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android]) (push) Failing after 5m30s
ContinuousDelivery / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android]) (push) Failing after 5m30s
ContinuousIntegration / linux (push) Successful in 3m40s
ContinuousIntegration / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android]) (push) Failing after 5m15s
ContinuousIntegration / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android]) (push) Failing after 5m7s
ContinuousDelivery / windows (push) Has been cancelled
ContinuousDelivery / windows-asan (push) Has been cancelled
ContinuousIntegration / macos (push) Has been cancelled
ContinuousIntegration / windows (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled

This commit is contained in:
Green Sky 2024-06-10 18:25:29 +02:00
parent faad603d88
commit 16dc9e4071
No known key found for this signature in database
3 changed files with 7 additions and 6 deletions

View File

@ -17,7 +17,8 @@ if (NOT TARGET SDL3::SDL3)
#GIT_TAG 1103294d33f47ab4c697bb22a9cf27c79c658630 # tip 15-05-2024
#GIT_TAG aacafd62336363077470f678b6217214b3b49473 # tip 28-05-2024
#GIT_TAG 5fa9432b7d1c1722de93e1ab46e7a9569a47071e # tip 27-05-2024 - before changes made breaking sdl_image
GIT_TAG 9651ca59187c16079846918483c40d6b5c2f454c # tip 09-06-2024
#GIT_TAG 9651ca59187c16079846918483c40d6b5c2f454c # tip 09-06-2024
GIT_TAG 657c0135b1ff1685afa1bad63b0417d92f4bcb46 # tip 09-06-2024
FIND_PACKAGE_ARGS # for the future
)

View File

@ -63,17 +63,17 @@
"sdl3": {
"flake": false,
"locked": {
"lastModified": 1717912334,
"narHash": "sha256-8ETnZUvAQusEnqm9a3uxud381deBHUIXWvta7JGF0ek=",
"lastModified": 1718035458,
"narHash": "sha256-PGt/GfYUuT7u8UjIU4wvIJhBIMG+wq/fYasSW/4Y00k=",
"owner": "libsdl-org",
"repo": "SDL",
"rev": "9651ca59187c16079846918483c40d6b5c2f454c",
"rev": "657c0135b1ff1685afa1bad63b0417d92f4bcb46",
"type": "github"
},
"original": {
"owner": "libsdl-org",
"repo": "SDL",
"rev": "9651ca59187c16079846918483c40d6b5c2f454c",
"rev": "657c0135b1ff1685afa1bad63b0417d92f4bcb46",
"type": "github"
}
},

View File

@ -12,7 +12,7 @@
flake = false;
};
sdl3 = {
url = "github:libsdl-org/SDL/9651ca59187c16079846918483c40d6b5c2f454c"; # keep in sync this cmake
url = "github:libsdl-org/SDL/657c0135b1ff1685afa1bad63b0417d92f4bcb46"; # keep in sync this cmake
flake = false;
};
sdl3_image = {