Skip to content

Commit

Permalink
aws-nuke: 2.14.0 -> 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and tomberek committed Apr 28, 2021
1 parent 3516b56 commit c90bb6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/aws-nuke/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "aws-nuke";
version = "2.14.0";
version = "2.15.0";

src = fetchFromGitHub {
owner = "rebuy-de";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ULHT2ysAVZHSojIdsbPTuwskwOQVrK8f14r9eq+Effs=";
sha256 = "sha256-FntHZi+L0Ti2QFbd8keF1sxcdXc01hs13Np23hF/pVc=";
};

vendorSha256 = "sha256-GUCsl5VyptNvStJZgCsJDlllZasX1OhbVkahcQFuiC8=";
vendorSha256 = "sha256-VtsHUxI5RuKbQOSu55qPCJHsDO5+cNGT92y9dlibXlc=";

preBuild = ''
if [ "x$outputHashAlgo" != "x" ]; then
Expand Down

0 comments on commit c90bb6b

Please sign in to comment.