mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] sdl3-mixer: 3.2.2 -> 3.2.4 (#527638)
This commit is contained in:
commit
53fad5c4ed
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue