SDL2_mixer: 2.0.0 -> 2.0.1

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-10 01:24:13 +02:00
parent 06d8903374
commit 5dc7093e56
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, SDL2, libogg, libvorbis, enableNativeMidi ? false }:
stdenv.mkDerivation rec {
name = "SDL2_mixer-2.0.0";
name = "SDL2_mixer-2.0.1";
src = fetchurl {
url = "http://www.libsdl.org/projects/SDL_mixer/release/${name}.tar.gz";
sha256 = "0nvjdxjchrajrn0jag877hdx9zb788hsd315zzg1lyck2wb0xkm8";
sha256 = "0pv9jzjpcjlbiaybvwrb4avmv46qk7iqxlnqrd2dfj82c4mgc92s";
};
propagatedBuildInputs = [SDL2 libogg libvorbis];