Merge pull request #195545 from r-ryantm/auto-update/aws-nuke

aws-nuke: 2.19.0 -> 2.20.0
This commit is contained in:
Jonas Heinrich 2022-10-12 09:45:10 +02:00 committed by GitHub
commit b50ceb9877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "aws-nuke"; pname = "aws-nuke";
version = "2.19.0"; version = "2.20.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rebuy-de"; owner = "rebuy-de";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-4G+/VNTp5Bb1TAcqb//LUvwEGDrXRNNka4X52jCH+Rs="; sha256 = "sha256-UxisIhV23shgDC+9uN/YSPTHNa/hiPu8Rl06vxjJWNc=";
}; };
vendorSha256 = "sha256-p+pcVvu+d/scel8VVCFqZccwfOTOyKeud3gKLqpWE1g="; vendorSha256 = "sha256-sdEaYHH5ZsxF4aKyFMjh5YZVwx0dEbSY0S8R3L10ywM=";
preBuild = '' preBuild = ''
if [ "x$outputHashAlgo" != "x" ]; then if [ "x$outputHashAlgo" != "x" ]; then