git-codereview: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm
2023-07-16 22:34:13 +00:00
parent b49c4f87f9
commit 4e8a99f7ad
@@ -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;