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_image/release/${name}.tar.gz";
sha256 = "0cxb4ss2d6d13ivm40cb230cy880v9jwlxkgmnpxkaf498ban54w";
sha256 = "0d3jlhkmr0j5a2dd5h6y29jfcsj7mkl16wghm6n3nqqp7g3ib65j";
};
buildInputs = [SDL2 libpng libjpeg libtiff libungif libXpm zlib];