12 src = fetchFromGitHub {
13 owner = "sourcegraph";
16 hash = "sha256-UXa5lMFenynHRIvA4MOXkjMVd705LBWs372s3MFAc+8=";
19 vendorHash = "sha256-6vx3Dt0ZNR0rY5bEUF5X1hHj/gv21920bhfd+JJ9bYk=";
24 "-X=main.Reproducible=true"
27 # update documentation to fix broken test
29 substituteInPlace docs/CLI.md \
34 version = testers.testVersion {
36 version = "v${version}";
41 description = "SCIP Code Intelligence Protocol CLI";
43 homepage = "https://github.com/sourcegraph/scip";
44 changelog = "https://github.com/sourcegraph/scip/blob/${src.rev}/CHANGELOG.md";
45 license = licenses.asl20;
46 maintainers = with maintainers; [ figsoda ];