git-codereview: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm 2024-04-29 11:25:38 +00:00
parent f2c7ecb8a4
commit 4d17e40d83

View file

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