Merge pull request #147222 from marsam/update-cloud-nuke

cloud-nuke: 0.5.1 -> 0.7.1
This commit is contained in:
Mario Rodas
2021-11-27 00:57:31 -05:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "cloud-nuke";
version = "0.5.1";
version = "0.7.1";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "v${version}";
sha256 = "sha256-f93zpTA3FWfqmPVnhnvGBJSqQ2OEHMxnI6MUN74LmAk=";
sha256 = "sha256-gW7uunW7gE/5umBQNjx+k2FIAryKka7yLMqnd6ewv6I=";
};
vendorSha256 = "sha256-C9UGpm8JBLQpSFQkvib5Bmn3J88LxUNt4ELJXL4ZQ80=";
vendorSha256 = "sha256-GDXkrrE0KgFJHXCDZH83/nQAexKhmGed/QGZ1aSXnpg=";
ldflags = [ "-s" "-w" "-X main.VERSION=${version}" ];