11 src = fetchFromGitHub {
12 owner = "gruntwork-io";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-jxhFBfz5CWycEXx86jL9inlP8nxNK7vbVn2U8EzQ7QA=";
18 vendorHash = "sha256-C2YXjfn3Pk0kL4G/cHsmr2VHUYGO+3s3eSiWVJZ2dX8=";
27 "-X=main.VERSION=${version}"
33 wrapProgram $out/bin/cloud-nuke --set-default DISABLE_TELEMETRY true
37 homepage = "https://github.com/gruntwork-io/cloud-nuke";
38 description = "A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it";
39 changelog = "https://github.com/gruntwork-io/cloud-nuke/releases/tag/v${version}";
40 license = licenses.mit;
41 maintainers = with maintainers; [ marsam ];