mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
SDL2_mixer: 2.0.2 -> 2.0.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sdl2_mixer/versions
This commit is contained in:
parent
8ba51ef5ec
commit
32922dda45
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "SDL2_mixer-${version}";
|
name = "SDL2_mixer-${version}";
|
||||||
version = "2.0.2";
|
version = "2.0.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.libsdl.org/projects/SDL_mixer/release/${name}.tar.gz";
|
url = "https://www.libsdl.org/projects/SDL_mixer/release/${name}.tar.gz";
|
||||||
sha256 = "1fw3kkqi5346ai5if4pxrcbhs5c4vv3a4smgz6fl6kyaxwkmwqaf";
|
sha256 = "0694vsz5bjkcdgfdra6x9fq8vpzrl8m6q96gh58df7065hw5mkxl";
|
||||||
};
|
};
|
||||||
|
|
||||||
preAutoreconf = ''
|
preAutoreconf = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user