[Backport release-26.05] sdl3-mixer: 3.2.2 -> 3.2.4 (#527638)

This commit is contained in:
Grimmauld 2026-06-03 16:14:28 +00:00 committed by GitHub
commit 53fad5c4ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sdl3-mixer";
version = "3.2.2";
version = "3.2.4";
__structuredAttrs = true;
outputs = [
@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "libsdl-org";
repo = "SDL_mixer";
tag = "release-${finalAttrs.version}";
hash = "sha256-J4qyb5zeeDowile8p2qJzBWP0lnBR8nYSF0fuZUshiM=";
hash = "sha256-mPk6xU1/GkBtWgF8S9ttha7/PNxcBEiSxpzo6ARLC9I=";
};
strictDeps = true;