8 pname = "simple64-netplay-server";
11 src = fetchFromGitHub {
13 repo = "simple64-netplay-server";
15 hash = "sha256-6+apLOy/hlLkvQjVxi4qpIVhfImdevyCFGAo6rBCc6k=";
18 vendorHash = "sha256-lcKOAPCyWKNg+l1YjziaMTn4DjLB0P+dz3FqyAy0sFk=";
21 description = "Dedicated server for simple64 netplay";
22 homepage = "https://github.com/simple64/simple64-netplay-server";
23 license = lib.licenses.gpl3Only;
24 mainProgram = "simple64-netplay-server";
25 maintainers = with lib.maintainers; [ tomasajt ];