git-codereview: 1.11.0 -> 1.12.0

This commit is contained in:
R. Ryantm 2024-08-05 00:56:46 +00:00
parent 54770984fc
commit b072574c6c

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-codereview";
version = "1.11.0";
version = "1.12.0";
src = fetchFromGitHub {
owner = "golang";
repo = "review";
rev = "v${version}";
hash = "sha256-fIvNaMfgwnMBUNo6kr37zhKiBgKNzT2E0dLLtqaVBvI=";
hash = "sha256-s3Re+LD3B8TAjamOSu66AfhaiIdcBoTjxEWxHEWSLPA=";
};
vendorHash = null;