update SDL

This commit is contained in:
Green Sky 2024-12-25 00:13:27 +01:00
parent 378d95e9a7
commit 74df5dcca1
No known key found for this signature in database
3 changed files with 7 additions and 6 deletions

View File

@ -27,7 +27,8 @@ if (NOT TARGET SDL3::SDL3)
#GIT_TAG afdf325fb4090e93a124519d1a3bc1fbe0ba9025 # bad
#GIT_TAG e292d1f5ace469f718d7b6b4dec8c28e37dcaa0e # tip 05-10-2024 (3.1.3)
#GIT_TAG 2654d5d48b8f764148a7c246fea85b32b1133578 # tip 18-10-2024
GIT_TAG f8468d580d903e106640800034a4721aca24264c # tip 15-11-2024
#GIT_TAG f8468d580d903e106640800034a4721aca24264c # tip 15-11-2024
GIT_TAG f40a530fd9fcdea79986de12d305426c0304d60e # tip 24-12-2024 - systray yay
FIND_PACKAGE_ARGS # for the future
)

8
flake.lock generated
View File

@ -63,17 +63,17 @@
"sdl3": {
"flake": false,
"locked": {
"lastModified": 1731694817,
"narHash": "sha256-d1d1LSVhvXnyr7BH0pnsAEgqczW3viMO7We87lr9o18=",
"lastModified": 1735070807,
"narHash": "sha256-Kwh1hwFoBbZnglDNwN19XwiapLtbSCOWwJKScpbc2DI=",
"owner": "libsdl-org",
"repo": "SDL",
"rev": "f8468d580d903e106640800034a4721aca24264c",
"rev": "f40a530fd9fcdea79986de12d305426c0304d60e",
"type": "github"
},
"original": {
"owner": "libsdl-org",
"repo": "SDL",
"rev": "f8468d580d903e106640800034a4721aca24264c",
"rev": "f40a530fd9fcdea79986de12d305426c0304d60e",
"type": "github"
}
},

View File

@ -13,7 +13,7 @@
flake = false;
};
sdl3 = {
url = "github:libsdl-org/SDL/f8468d580d903e106640800034a4721aca24264c"; # keep in sync this cmake
url = "github:libsdl-org/SDL/f40a530fd9fcdea79986de12d305426c0304d60e"; # keep in sync this cmake
flake = false;
};
sdl3_image = {