10 src = fetchFromGitHub {
11 owner = "sourcegraph";
14 hash = "sha256-CUmivqMFAjtSS06tEs8xuXh5nyLD3MYdI2j0EAyWpY0=";
17 vendorHash = "sha256-E/1ubWGIx+sGC+owqw4nOkrwUFJfgTeqDNpH8HCwNhA=";
19 ldflags = [ "-s" "-w" ];
24 description = "SCIP (SCIP Code Intelligence Protocol) indexer for Golang";
25 homepage = "https://github.com/sourcegraph/scip-go/tree/v${version}";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ arikgrahl ];
28 mainProgram = "scip-go";