Merge pull request #286429 from r-ryantm/auto-update/git-codereview

git-codereview: 1.8.0 -> 1.9.0
This commit is contained in:
Nick Cao
2024-02-05 09:01:43 -05:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-codereview";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "golang";
repo = "review";
rev = "v${version}";
hash = "sha256-E6KgFSlWa/MKG6R2P+K4T+P/JOqaIfxdWpsSFGHbihg=";
hash = "sha256-Nnjo4MwkpFp1OTJZ+eeiJKboBGiRW520iWcJbu8cBnE=";
};
vendorHash = null;