7 pname = "minetest-mapserver";
10 src = fetchFromGitHub {
11 owner = "minetest-mapserver";
14 hash = "sha256-3bL23hwJgYMPV2nSSfq9plttcx7UYvhUa6OCbKfBACY=";
17 vendorHash = "sha256-P3+M1ciRmFbOFnjy1+oWPhngPYFe/5o6Cs8pRlYNx2Q=";
20 description = "Realtime mapserver for minetest";
21 mainProgram = "mapserver";
22 homepage = "https://github.com/minetest-mapserver/mapserver/blob/master/readme.md";
23 changelog = "https://github.com/minetest-mapserver/mapserver/releases/tag/v${version}";
24 license = with licenses; [ mit cc-by-sa-30 ];
25 platforms = platforms.all;
26 maintainers = with maintainers; [ gm6k ];