git-codereview: 1.18.0 -> 1.19.0 (#498082)

This commit is contained in:
Nick Cao
2026-03-10 21:40:25 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "git-codereview";
version = "1.18.0";
version = "1.19.0";
src = fetchFromGitHub {
owner = "golang";
repo = "review";
rev = "v${finalAttrs.version}";
hash = "sha256-VTwfKTvrgs052F9flMYBVXHLeuAKXj9NhAnT7FZW/1k=";
hash = "sha256-Y15K8j9bqBFbRkYJ2pdfKobpuTglWcm+QDkoTklzWa8=";
};
vendorHash = null;