11 src = fetchFromGitHub {
15 hash = "sha256-nyeqpDMRZRuHjfl3cI/I00KpVg3udjr0B8MEBZcF7nY=";
18 vendorHash = "sha256-6dV9FoPV8UfS0z5RuuopE99fHcT3RAWCdDi7jpHzVRE=";
20 ldflags = [ "-s" "-w" ];
22 nativeBuildInputs = [ lowdown-unsandboxed ];
27 mkdir -p $out/share/man/man8
28 mv *.8 $out/share/man/man8
32 description = "Certificate Transparency Log Monitor";
33 homepage = "https://github.com/SSLMate/certspotter";
34 changelog = "https://github.com/SSLMate/certspotter/blob/${src.rev}/CHANGELOG.md";
35 license = licenses.mpl20;
36 mainProgram = "certspotter";
37 maintainers = with maintainers; [ chayleaf ];