aws-nuke: 3.47.1 -> 3.48.1

This commit is contained in:
R. Ryantm
2025-02-22 13:39:08 +00:00
parent 4f59aa5ed1
commit edf79ec4b9
+3 -3
View File
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "aws-nuke";
version = "3.47.1";
version = "3.48.1";
src = fetchFromGitHub {
owner = "ekristen";
repo = "aws-nuke";
tag = "v${version}";
hash = "sha256-5vOCfLHW2TLx9t1hado3+JqvRaPqJOR5ZaQP2x1Xcl8=";
hash = "sha256-DpLxETXnY7u7YrFaODpfziwxIq5BlOswzznsuFXGS9Q=";
};
vendorHash = "sha256-811gUe7L/1Y5HTRgywjzBe7b9VjWt6GjbuyBOORaOCI=";
vendorHash = "sha256-YLk560F2YBwWsWFhQ8KsUuW/kIAlWBkihynREppQ+40=";
overrideModAttrs = _: {
preBuild = ''