Skip to content

Commit

Permalink
cloud-nuke: 0.19.0 -> 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 28, 2022
1 parent bc71a15 commit 4ddfe72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/cloud-nuke/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "cloud-nuke";
version = "0.19.0";
version = "0.19.1";

src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NZFjocmmrOFGnGvLcgJPuUpzfG27FM+CnjUCjxI4l7M=";
sha256 = "sha256-509kDq2didjtsMbEkDzTh37P8bY6pIcNr51fccxqrPg=";
};

vendorSha256 = "sha256-DJmN7KAOgKYIzcsOyW3v7PTbuNgFaH0JSdRPDqi0q+w=";
Expand Down

0 comments on commit 4ddfe72

Please sign in to comment.