1 { lib, buildGoModule, fetchFromGitHub, git }:
4 pname = "git-codereview";
7 src = fetchFromGitHub {
11 hash = "sha256-E6KgFSlWa/MKG6R2P+K4T+P/JOqaIfxdWpsSFGHbihg=";
16 ldflags = [ "-s" "-w" ];
18 nativeCheckInputs = [ git ];
21 description = "Manage the code review process for Git changes using a Gerrit server";
22 homepage = "https://golang.org/x/review/git-codereview";
23 license = licenses.bsd3;
24 maintainers = [ maintainers.edef ];