12 src = fetchFromGitHub {
16 hash = "sha256-DqoEtL0uyLsP/2PJdOpAmXryEZQDlyGWPQHThF+3gJA=";
19 vendorHash = "sha256-FG3207OTzkMEoSvQsTH7Ky9T3ur7glG7k0ERfd12SO0=";
21 nativeInstallCheckInputs = [ versionCheckHook ];
26 "-X=github.com/bloodhoundad/azurehound/v2/constants.Version=${version}"
29 doInstallCheck = true;
31 versionCheckProgramArg = [ "--version" ];
34 description = "Azure Data Exporter for BloodHound";
35 homepage = "https://github.com/SpecterOps/AzureHound";
36 changelog = "https://github.com/SpecterOps/AzureHound/releases/tag/v${version}";
37 license = lib.licenses.gpl3Only;
38 maintainers = with lib.maintainers; [ fab ];
39 mainProgram = "azurehound";