aws-nuke: 2.24.1 -> 2.24.2

This commit is contained in:
R. Ryantm 2023-09-02 03:07:03 +00:00
parent 964677148a
commit 60b2281050

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 = ''