git-codereview: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm 2023-10-10 04:08:21 +00:00
parent 8a0223ec08
commit 5145d7c0cd

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-codereview";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "golang";
repo = "review";
rev = "v${version}";
hash = "sha256-oHW73Y31z+0jOJdSJJa550mJYV8IP2fN+oNwT+3sySM=";
hash = "sha256-vq/rrDOZUn/apHgk6YPnfG7hmKRSapuw49ZyFVMWNqs=";
};
vendorHash = null;