git-codereview: 1.14.0 -> 1.15.0 (#406071)

This commit is contained in:
Nikolay Korotkiy
2025-05-11 17:46:16 +04:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "git-codereview";
version = "1.14.0";
version = "1.15.0";
src = fetchFromGitHub {
owner = "golang";
repo = "review";
rev = "v${version}";
hash = "sha256-ZKu/roqkTIJWwvgKWrrDN5UL53n7QVsUqpqtXnunwiQ=";
hash = "sha256-CMe7xnR/cCjphuSI0/I0zqHehkRFX6DhLFpQNKwFErU=";
};
vendorHash = null;