git-codereview: 1.16.0 -> 1.17.0

This commit is contained in:
R. Ryantm
2025-09-08 00:34:39 +00:00
parent 50a00d8692
commit e83bd24afb
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "git-codereview";
version = "1.16.0";
version = "1.17.0";
src = fetchFromGitHub {
owner = "golang";
repo = "review";
rev = "v${version}";
hash = "sha256-xokVMjCtpIugdO9JIoKPMg0neajsULn3okMXW82nCQg=";
hash = "sha256-mcyijASjm4DeXsh5ZPLoYuRypCeIbp2FcSIDA0M+l2g=";
};
vendorHash = null;