azurehound: 2.4.1 -> 2.5.0

This commit is contained in:
R. Ryantm 2025-05-30 20:49:07 +00:00
parent cbc137c04a
commit 0f6aae7283

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "azurehound";
version = "2.4.1";
version = "2.5.0";
src = fetchFromGitHub {
owner = "SpecterOps";
repo = "AzureHound";
tag = "v${version}";
hash = "sha256-hLIXgb0LJs5INB23V3m33OViANarJodbwZewdx91css=";
hash = "sha256-Lusztzy5I91CzyPUSncqQLcth3Q34HS2XmLGQTRIbHc=";
};
vendorHash = "sha256-FG3207OTzkMEoSvQsTH7Ky9T3ur7glG7k0ERfd12SO0=";
vendorHash = "sha256-z4ByWhvMFKDE5EUklbm1cuFFvY59n0RiQBB4E58E2xs=";
nativeInstallCheckInputs = [ versionCheckHook ];