git-codereview: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm 2024-02-05 05:54:29 +00:00
parent 4888d2428d
commit 0977d82798

View file

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