1 { lib, buildGoModule, fetchFromGitHub, git }:
4 pname = "git-codereview";
7 src = fetchFromGitHub {
11 hash = "sha256-aLvx9lYQJYUw2XBj+2P+yEJMboUjmHKzxP5QA3N93JA=";
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 ];
25 mainProgram = "git-codereview";