Unverified Commit 6a9ace7c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #182741 from marsam/update-cloud-nuke

cloud-nuke: 0.12.2 -> 0.16.1
parents 3510c633 953bc968
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "cloud-nuke";
  version = "0.12.2";
  version = "0.16.1";

  src = fetchFromGitHub {
    owner = "gruntwork-io";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ZBhuRv5IF2VmbvGtXLzVnY3eSso+TSCS05UvCbjtSZ0=";
    sha256 = "sha256-11oi67826JALCebxwbbX0pJ2XyK7+2hUpsNfYKZ2Bng=";
  };

  vendorSha256 = "sha256-N4oyyWY/ANuRFxnfBBAGwacofaYR5/ZH867W/2sm+Gk=";
  vendorSha256 = "sha256-DhFwTh7Bm2mPwXFBiYFylYKqWWcSm5/Cv2tXOJsPqm4=";

  ldflags = [ "-s" "-w" "-X main.VERSION=${version}" ];