1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
8 owner = "gruntwork-io";
11 sha256 = "sha256-DcR5pofMcV2Y5qVA2h3I5h/1qS25+deVAUQWIMLu/KI=";
14 vendorSha256 = "sha256-GRHyoKv05JRZiY0g3Xd11liDYPcA6rfE8vorZRCV1wI=";
16 ldflags = [ "-s" "-w" "-X main.VERSION=${version}" ];
21 homepage = "https://github.com/gruntwork-io/cloud-nuke";
22 description = "A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it";
23 license = licenses.mit;
24 maintainers = [ maintainers.marsam ];