Merge pull request #224112 from r-ryantm/auto-update/buf

buf: 1.15.1 -> 1.16.0
This commit is contained in:
Mario Rodas 2023-04-01 19:11:03 -05:00 committed by GitHub
commit b3dc977c8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.