git-codereview: 1.13.0 -> 1.14.0

This commit is contained in:
R. Ryantm
2025-03-06 00:37:30 +00:00
parent 6e96684190
commit 1d74705d0a
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "git-codereview";
version = "1.13.0";
version = "1.14.0";
src = fetchFromGitHub {
owner = "golang";
repo = "review";
rev = "v${version}";
hash = "sha256-sERk+06UHsixMVx6oLfrIG/U+PEqTuP0wGcK540Fetk=";
hash = "sha256-ZKu/roqkTIJWwvgKWrrDN5UL53n7QVsUqpqtXnunwiQ=";
};
vendorHash = null;