1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-G2mN7f5dpE6fF5ti7JJXVk8qBiwKO/yy5cyOYBxDJNo=";
14 vendorHash = "sha256-ux3nrQtY1sY4VJIeTSZAipfURspWDqnZ9YfxmFUvElI=";
18 subPackages = [ "cmd/reviewdog" ];
20 ldflags = [ "-s" "-w" "-X github.com/reviewdog/reviewdog/commands.Version=${version}" ];
23 description = "Automated code review tool integrated with any code analysis tools regardless of programming language";
24 mainProgram = "reviewdog";
25 homepage = "https://github.com/reviewdog/reviewdog";
26 changelog = "https://github.com/reviewdog/reviewdog/blob/v${version}/CHANGELOG.md";
27 maintainers = [ maintainers.marsam ];
28 license = licenses.mit;