yatas: 1.5.1 -> 1.6.1
Diff: https://github.com/padok-team/YATAS/compare/v1.5.1...v1.6.1 Changelog: https://github.com/padok-team/YATAS/releases/tag/v1.6.1
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user