Unverified Commit 850e813d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

cloud-nuke: 0.1.28 -> 0.1.29
parents 5df5fcaf 7ff0ce48
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "cloud-nuke";
  version = "0.1.28";
  version = "0.1.29";

  src = fetchFromGitHub {
    owner = "gruntwork-io";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-UssjIix2sFLqau5PMFNDP9XPCSNUdRO6aBixIQNtSy8=";
    sha256 = "sha256-RPlEFajIjEBKdL97xjQP6r3AAcCQlxw2Il8nkSjxa+k=";
  };

  vendorSha256 = "sha256-pl3dLisu4Oc77kgfuteKbsZaDzrHo1wUigZEkM4081Q=";