mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
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:
parent
ee4fe06d52
commit
7219e88cad
1 changed files with 2 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue