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

cloud-nuke: 0.34.0 -> 0.35.0
This commit is contained in:
Mario Rodas 2024-04-09 00:17:24 -05:00 committed by GitHub
commit 70fd2bee04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "cloud-nuke";
version = "0.34.0";
version = "0.35.0";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-p/b+s5/5Q58qYTfZwN6qHpMzgJ2ErUEP/FLB1oDXN8g=";
hash = "sha256-mSkQW4fSpylbOS8x/o/578NV+SU4ao/yqB81Ifb7LFQ=";
};
vendorHash = "sha256-Fmfr9feTibAjiZaakJalGTS7X2RhGz6engMNhy48Zus=";