11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/sdl-sopwith-${version}";
19 hash = "sha256-e7/Cv/v5NhYG5eb9B5oVxh/Dbmm2v4Y4KUKI4JI5SFw=";
34 homepage = "https://github.com/fragglet/sdl-sopwith";
35 description = "Classic biplane shoot ‘em-up game";
36 license = licenses.gpl2Plus;
37 mainProgram = "sopwith";
38 maintainers = with maintainers; [ evilbulgarian ];
39 platforms = platforms.unix;