11 src = fetchFromGitHub {
15 hash = "sha256-RS/+m/snJIm8OxCgvh/Bn1u9ghvRgS8tYvy1v1DV02I=";
18 ldflags = [ "-s -w" ];
20 vendorHash = "sha256-Ik5B01QnbhFQISAY3Bdb1g85Din+Ifcg1vbGZcbb1OY=";
26 changelog = "https://github.com/sa7mon/S3Scanner/releases/tag/${src.rev}";
27 description = "Scan for misconfigured S3 buckets across S3-compatible APIs";
28 downloadPage = "https://github.com/sa7mon/S3Scanner/releases/tag/v${version}";
29 homepage = "https://github.com/sa7mon/s3scanner";
30 license = licenses.mit;
31 maintainers = with maintainers; [ lavafroth ];
32 mainProgram = "s3scanner";