11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/sdl-sopwith-${version}";
19 hash = "sha256-sjg61QgcQDSQ/qrR+4PEZIf8OOnGBZvUSLCKGpS1bwg=";
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;