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:
R. RyanTM 2018-11-08 13:39:47 -08:00 committed by Cray Elliott
parent 8ba51ef5ec
commit 32922dda45

View File

@ -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 = ''