git-codereview: 1.19.0 -> 1.20.0 (#518234)

This commit is contained in:
Nick Cao
2026-05-11 20:16:50 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "git-codereview";
version = "1.19.0";
version = "1.20.0";
src = fetchFromGitHub {
owner = "golang";
repo = "review";
rev = "v${finalAttrs.version}";
hash = "sha256-Y15K8j9bqBFbRkYJ2pdfKobpuTglWcm+QDkoTklzWa8=";
hash = "sha256-5zHXljaVi6wyenKftt7C4WZVPh2vDunVjD02cPqlstk=";
};
vendorHash = null;