SDL2_image: 2.0.1 -> 2.0.2

This commit is contained in:
Franz Pletz 2017-10-26 03:23:38 +02:00
parent 5feccdc088
commit bea3425568
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "SDL2_image-${version}";
version = "2.0.1";
version = "2.0.2";
src = fetchurl {
url = "http://www.libsdl.org/projects/SDL_image/release/${name}.tar.gz";
sha256 = "0r3z1l7fdn76qkpy7snpkcjqz8dkv2zp6lsqpq25q4m5xsyaygis";
sha256 = "1s3ciydixrgv34vlf45ak5syq5nlfaqf19wf162lbz4ixxd0gpvj";
};
buildInputs = [ SDL2 libpng libjpeg libtiff libungif libXpm zlib ];