11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-jmsbZrqc6XogUhuEWcU59v88id2uLqN/68URwylzWZI=";
18 vendorHash = "sha256-Io+69kIW4DV2EkA73pjaTcTRbDSYBf61R7F+141Jojs=";
20 postInstall = lib.optionalString (!stdenv.hostPlatform.isDarwin) ''
21 mv $out/bin/Go365 $out/bin/$pname
25 description = "Office 365 enumeration tool";
26 homepage = "https://github.com/optiv/Go365";
27 changelog = "https://github.com/optiv/Go365/releases/tag/v${version}";
28 license = with licenses; [ mit ];
29 maintainers = with maintainers; [ fab ];
30 mainProgram = "Go365";