SDL2_mixer: 2.0.0 -> 2.0.1

wip/yesman
Tobias Geerinckx-Rice 8 years ago
parent 06d8903374
commit 5dc7093e56
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
  1. 4
      pkgs/development/libraries/SDL2_mixer/default.nix

@ -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];

Loading…
Cancel
Save