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