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

git-codereview: 1.10.0 -> 1.11.0
This commit is contained in:
Nick Cao
2024-04-29 11:07:31 -04:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-codereview";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "golang";
repo = "review";
rev = "v${version}";
hash = "sha256-aLvx9lYQJYUw2XBj+2P+yEJMboUjmHKzxP5QA3N93JA=";
hash = "sha256-fIvNaMfgwnMBUNo6kr37zhKiBgKNzT2E0dLLtqaVBvI=";
};
vendorHash = null;