10 src = fetchFromGitHub {
14 hash = "sha256-Sr6P5S5+DqbP0ihCj97l84739/NRAlYJLnXp4B5gHNE=";
17 vendorHash = "sha256-EJMXzWrOXFl7JFYBp/XAcHLcNyWCKbOBAyo/Yf2mh5s=";
22 "-X github.com/Legit-Labs/legitify/internal/version.Version=${version}"
26 description = "Tool to detect and remediate misconfigurations and security risks of GitHub assets";
27 mainProgram = "legitify";
28 homepage = "https://github.com/Legit-Labs/legitify";
29 changelog = "https://github.com/Legit-Labs/legitify/releases/tag/v${version}";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ fab ];