buf: 1.15.1 -> 1.16.0

This commit is contained in:
R. Ryantm 2023-03-31 18:44:36 +00:00
parent 62d5fcc12c
commit cc60c01e04

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "buf";
version = "1.15.1";
version = "1.16.0";
src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
hash = "sha256-XiB8ZlbtzU66abM9zJotaMCrbYScqWmDv4ulEeQS6+g=";
hash = "sha256-VZgrt9Fy1PyMoItuCx9R3DxJWYZu7gmL+KnBfOrm0y4=";
};
vendorHash = "sha256-bQKpy5xjUItgQ79r8TrMUOjo0Ze9E25glvOv312W1k0=";
vendorHash = "sha256-ePM7TITBiwTqJEgew+1FTyuyywmAu8ZSPlhCghH3k5k=";
patches = [
# Skip a test that requires networking to be available to work.