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

git-codereview: 1.7.0 -> 1.8.0
This commit is contained in:
Peder Bergebakken Sundt 2023-11-12 05:29:48 +02:00 committed by GitHub
commit 67c0a676dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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