Fabian Affolter
2025-12-14 16:03:14 +01:00
parent f1b5fcb0de
commit d569f067dd
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "yatas";
version = "1.5.1";
version = "1.6.1";
src = fetchFromGitHub {
owner = "padok-team";
repo = "YATAS";
tag = "v${version}";
hash = "sha256-gw4aZ7SLUz5WLUb1z4zDtI6Ca0tEWhE5wobp5NRvjkg=";
hash = "sha256-fkMrQqHtlZWoJZgSu1KeZ+p1pWXFUYYIUOkvd/DHx8k=";
};
vendorHash = "sha256-zp5EVJe5Q6o6C0CZ8u+oEFEOy0NU5SgVN+cSc6A/jZ4=";
vendorHash = "sha256-NJO/eankcoM9FsYz7jop1tY0ueeNyVG2TEip5F46haI=";
meta = {
description = "Tool to audit AWS infrastructure for misconfiguration or potential security issues";