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

aws-nuke: 2.24.1 -> 2.24.2
This commit is contained in:
Matthias Beyer 2023-09-02 10:37:06 +02:00 committed by GitHub
commit b235853371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "aws-nuke";
version = "2.24.1";
version = "2.24.2";
src = fetchFromGitHub {
owner = "rebuy-de";
repo = pname;
rev = "v${version}";
hash = "sha256-AftmWmZFi9NIXNxbMEO1eIzRl3UwS3rxXZ4htJClEfo=";
hash = "sha256-Zy+ULmGDUK4KGMJ5PXTyT8CSp0nC71AW/4Udl2ElOCg=";
};
vendorHash = "sha256-cYQlHl0fmLH5f+QNdJ+V6L9Ts8sa9y8l0oOIqdpJlL0=";
vendorHash = "sha256-srQuR9ZoTjZR1XfewFv7wF188Q5FggMdicm71v6MY/8=";
overrideModAttrs = _: {
preBuild = ''