git-codereview: 1.17.0 -> 1.18.0

This commit is contained in:
R. Ryantm
2025-11-09 00:32:40 +00:00
parent bb2e2e26e9
commit 3860c29f38
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "git-codereview";
version = "1.17.0";
version = "1.18.0";
src = fetchFromGitHub {
owner = "golang";
repo = "review";
rev = "v${version}";
hash = "sha256-mcyijASjm4DeXsh5ZPLoYuRypCeIbp2FcSIDA0M+l2g=";
hash = "sha256-VTwfKTvrgs052F9flMYBVXHLeuAKXj9NhAnT7FZW/1k=";
};
vendorHash = null;