SDL2: update hashes for new stable release tarballs.

I also had to update the url to the main SDL2 lib.
This commit is contained in:
Carles Pagès
2013-08-27 23:34:49 +02:00
parent 1abf35be5b
commit e9a4a91af6
3 changed files with 4 additions and 4 deletions
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://www.libsdl.org/projects/SDL_mixer/release/${name}.tar.gz";
sha256 = "0dpqh6ak77wvxwk06ak57vm79n27jbqfxzv5hv2yyzfj0852pmx3";
sha256 = "0nvjdxjchrajrn0jag877hdx9zb788hsd315zzg1lyck2wb0xkm8";
};
buildInputs = [SDL2 libogg libvorbis];