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
commit b4a4cb4ab1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "git-codereview"; pname = "git-codereview";
version = "1.8.0"; version = "1.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "golang"; owner = "golang";
repo = "review"; repo = "review";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-E6KgFSlWa/MKG6R2P+K4T+P/JOqaIfxdWpsSFGHbihg="; hash = "sha256-Nnjo4MwkpFp1OTJZ+eeiJKboBGiRW520iWcJbu8cBnE=";
}; };
vendorHash = null; vendorHash = null;