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

git-codereview: 1.9.0 -> 1.10.0
This commit is contained in:
Pol Dellaiera
2024-03-05 16:03:24 +01:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-codereview";
version = "1.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "golang";
repo = "review";
rev = "v${version}";
hash = "sha256-Nnjo4MwkpFp1OTJZ+eeiJKboBGiRW520iWcJbu8cBnE=";
hash = "sha256-aLvx9lYQJYUw2XBj+2P+yEJMboUjmHKzxP5QA3N93JA=";
};
vendorHash = null;