10 src = fetchFromGitHub {
14 hash = "sha256-4hUfJI2BRZl3Trk8F2qLZAyA57kq0oW9/e13atj/BVg=";
17 vendorHash = "sha256-EOtpZPIrAVMPIZGnkZoNs7ovaR7Ts3dJsFLXClIoNVI=";
19 ldflags = [ "-s" "-w" ];
22 description = "Tool to detect illegitimate stars from bot accounts on GitHub projects";
23 homepage = "https://github.com/Ullaakut/astronomer";
24 changelog = "https://github.com/Ullaakut/astronomer/releases/tag/${src.rev}";
25 license = licenses.mit;
26 maintainers = with maintainers; [ figsoda ];
27 mainProgram = "astronomer";