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

git-codereview: 1.5.0 -> 1.6.0
This commit is contained in:
Nick Cao
2023-09-22 09:46:04 -04:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-codereview";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "golang";
repo = "review";
rev = "v${version}";
hash = "sha256-Dy7gHT6WmZ1TjA5s+VmOUkaRvrA9v7mWQSLPscgBHgY=";
hash = "sha256-oHW73Y31z+0jOJdSJJa550mJYV8IP2fN+oNwT+3sySM=";
};
vendorHash = null;