azurehound: 2.4.0 -> 2.4.1 (#403877)

This commit is contained in:
Fabian Affolter
2025-05-04 08:36:51 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "azurehound";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "SpecterOps";
repo = "AzureHound";
tag = "v${version}";
hash = "sha256-FGLca0586oxvbdi9UsWQfXXx4l5Ap3CpM+xxQ/EM5+A=";
hash = "sha256-hLIXgb0LJs5INB23V3m33OViANarJodbwZewdx91css=";
};
vendorHash = "sha256-FG3207OTzkMEoSvQsTH7Ky9T3ur7glG7k0ERfd12SO0=";