cloud-nuke: 0.30.0 -> 0.31.1

This commit is contained in:
R. Ryantm 2023-05-12 08:16:19 +00:00
parent 790a208ab9
commit 6a7c8a7c51

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "cloud-nuke";
version = "0.30.0";
version = "0.31.1";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-H6W30OrkeMJGEIcNLAcdxWOz4bUXlklMCAgW4WkOAZ8=";
hash = "sha256-TTGC2lvqG+RYsruNzo7GApT5HMJyG4aoT12Rju9hTmY=";
};
vendorHash = "sha256-4RVblG4Y+KLRYJ7iPbrcbwKQ3tz2WSZQyUrqCLeamgo=";
vendorHash = "sha256-DPJ6+akisNtMsbDdHWEWavZ2GJfeWjFIV6K+bV91FEY=";
ldflags = [
"-s"