SDL2_gfx: 1.0.1 -> 1.0.4
Setting myself as maintainer. It was only set to bjg due to an original copy-paste.
This commit is contained in:
parent
231f213ffa
commit
08049f41e4
1 changed files with 6 additions and 5 deletions
|
@ -1,12 +1,13 @@
|
|||
{ stdenv, darwin, fetchurl, SDL2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "SDL2_gfx-${version}";
|
||||
version = "1.0.1";
|
||||
name = "${pname}-${version}";
|
||||
pname = "SDL2_gfx";
|
||||
version = "1.0.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/sdl2gfx/${name}.tar.gz";
|
||||
sha256 = "16jrijzdp095qf416zvj9gs2fqqn6zkyvlxs5xqybd0ip37cp6yn";
|
||||
url = "http://www.ferzkopp.net/Software/${pname}/${name}.tar.gz";
|
||||
sha256 = "0qk2ax7f7grlxb13ba0ll3zlm8780s7j8fmrhlpxzjgdvldf1q33";
|
||||
};
|
||||
|
||||
buildInputs = [ SDL2 ]
|
||||
|
@ -38,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://sourceforge.net/projects/sdlgfx/;
|
||||
license = licenses.zlib;
|
||||
|
||||
maintainers = with maintainers; [ bjg ];
|
||||
maintainers = with maintainers; [ cpages ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue