3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #37228 from matthewbauer/auto-update/SDL_gfx

SDL_gfx: 2.0.25 -> 2.0.26
This commit is contained in:
Matthew Justin Bauer 2018-03-21 23:41:21 -05:00 committed by GitHub
commit 11aae76a98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "SDL_gfx-${version}";
version = "2.0.25";
version = "2.0.26";
src = fetchurl {
url = "http://www.ferzkopp.net/Software/SDL_gfx-2.0/${name}.tar.gz";
sha256 = "1h2rj34dxi5xlwpvm293v2d91gsirhnpzlmnjns9xwkcdg0fsvjm";
sha256 = "0ijljhs0v99dj6y27hc10z6qchyp8gdp4199y6jzngy6dzxlzsvw";
};
buildInputs = [ SDL ] ;