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

git-codereview: 1.3.0 -> 1.4.0
This commit is contained in:
edef
2023-07-17 01:29:11 +00:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-codereview";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "golang";
repo = "review";
rev = "v${version}";
hash = "sha256-GZ1qdFjWhEO1fd+G5qWaV7OTUaalBZFbLTrIO58hKOQ=";
hash = "sha256-N6L+TlPU/lStMPTFYKFH2GiwyGkEJJuKtkH7wKLuM00=";
};
vendorHash = null;