11 src = fetchFromGitHub {
15 hash = "sha256-hFoInkeJAd5h6UiF19YE9f6kkIZRmhVFVvUAkSkSqlM=";
18 vendorHash = "sha256-XYrv/cjma2ZYHs2x6hSXxifuS10Xa/zUx4s5O/OMLf4=";
21 description = "Mobile Device Management server for Apple Devices, focused on giving you all the power through an API";
22 homepage = "https://github.com/micromdm/micromdm";
23 license = lib.licenses.mit;
24 mainProgram = "micromdm";
25 platforms = lib.platforms.unix;
26 maintainers = with lib.maintainers; [ neverbehave ];