aws-nuke: 2.16.0 -> 2.17.0

This commit is contained in:
R. Ryantm 2022-02-10 17:34:43 +00:00 committed by Jonathan Ringer
parent 2220d35562
commit 3b28856f08

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "aws-nuke"; pname = "aws-nuke";
version = "2.16.0"; version = "2.17.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rebuy-de"; owner = "rebuy-de";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-8ILjEWr91YMUUN2GMXnS3sRrwGvUsYjDmRnM+fY5PkY="; sha256 = "sha256-e5EtIRIM0Gz2BXGaZx3jiO+MNdD1Eh9h7U+aZSBVFGc=";
}; };
vendorSha256 = "sha256-sAII1RD9CG3Ape9OwD0956atlmaJVzSpRRBdo+ozTuk="; vendorSha256 = "sha256-tRFYZ0GBJDumvfOYMJDcYqTlTn5do3trZ1gXafuDVi4=";
preBuild = '' preBuild = ''
if [ "x$outputHashAlgo" != "x" ]; then if [ "x$outputHashAlgo" != "x" ]; then