git-codereview 1.8.0 -> 1.9.0 https://repology.org/project/git-codereview/versions attrpath: git-codereview Checking auto update branch... No auto update branch exists Old version 1.8.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub, git }: buildGoModule rec { pname = "git-codereview"; version = "1.9.0"; src = fetchFromGitHub { owner = "golang"; repo = "review"; rev = "v${version}"; hash = "sha256-Nnjo4MwkpFp1OTJZ+eeiJKboBGiRW520iWcJbu8cBnE="; }; vendorHash = null; ldflags = [ "-s" "-w" ]; nativeCheckInputs = [ git ]; meta = with lib; { description = "Manage the code review process for Git changes using a Gerrit server"; homepage = "https://golang.org/x/review/git-codereview"; license = licenses.bsd3; maintainers = [ maintainers.edef ]; mainProgram = "git-codereview"; }; }