mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
azurehound: 2.4.1 -> 2.5.0
This commit is contained in:
parent
cbc137c04a
commit
0f6aae7283
1 changed files with 3 additions and 3 deletions
|
@ -8,16 +8,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "azurehound";
|
pname = "azurehound";
|
||||||
version = "2.4.1";
|
version = "2.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SpecterOps";
|
owner = "SpecterOps";
|
||||||
repo = "AzureHound";
|
repo = "AzureHound";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-hLIXgb0LJs5INB23V3m33OViANarJodbwZewdx91css=";
|
hash = "sha256-Lusztzy5I91CzyPUSncqQLcth3Q34HS2XmLGQTRIbHc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-FG3207OTzkMEoSvQsTH7Ky9T3ur7glG7k0ERfd12SO0=";
|
vendorHash = "sha256-z4ByWhvMFKDE5EUklbm1cuFFvY59n0RiQBB4E58E2xs=";
|
||||||
|
|
||||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue