Merge pull request #156421 from r-ryantm/auto-update/cloud-nuke

cloud-nuke: 0.7.3 -> 0.9.1
This commit is contained in:
Mario Rodas 2022-01-24 06:15:35 -05:00 committed by GitHub
commit 4d81594cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "cloud-nuke";
version = "0.7.3";
version = "0.9.1";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rAyS9S7kZzc9BBciI3aK3PyMmjP2LRQz9H6mMLQt34I=";
sha256 = "sha256-dTS3HNGd5Ga18tERuDAhclWP3zvYO4RWx2nkd+x5D1w=";
};
vendorSha256 = "sha256-ZKv68j/4X48c6ipf4Ei4UnVPn7435wI2igQ9UjM2yOM=";
vendorSha256 = "sha256-McCbogZvgm9pnVjay9O2CxAh+653JnDMcU4CHD0PTPI=";
ldflags = [ "-s" "-w" "-X main.VERSION=${version}" ];