sdl3: 3.2.14 -> 3.2.16

Release notes: https://github.com/libsdl-org/SDL/releases/tag/release-3.2.16
Diff: https://github.com/libsdl-org/SDL/compare/release-3.2.14...release-3.2.16

Mostly bugfixes, most of which only relevant for windows, xbox or android.

Some details about (linux) audio changed, specifically how device leases work.
`ffplay` still plays audio just fine, so nothing seems broken.
This commit is contained in:
Grimmauld 2025-06-05 10:27:56 +02:00
parent ee4fe06d52
commit 7219e88cad
No known key found for this signature in database

View file

@ -61,7 +61,7 @@ assert lib.assertMsg (
stdenv.mkDerivation (finalAttrs: {
pname = "sdl3";
version = "3.2.14";
version = "3.2.16";
outputs = [
"lib"
@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "libsdl-org";
repo = "SDL";
tag = "release-${finalAttrs.version}";
hash = "sha256-+CcbvF1nxxsVwuO5g50sBVGth0sr5WTFojSfT6B6bok=";
hash = "sha256-xFWE/i4l3sU1KritwbqvN67kJ3/WUfNP3iScMfQUbwA=";
};
postPatch =