deps: Bump `com_github_bufbuild_buf` -> 1.5.0 (#21825)

Fix #21510

Signed-off-by: Ryan Northey <ryan@synca.io>

Mirrored from https://github.com/envoyproxy/envoy @ 939d5421b87ab727b72c2cbe80f16fc1aa6a9502
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent 234f68f054
commit 3841e941c4
  1. 6
      bazel/repository_locations.bzl

@ -111,11 +111,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "buf", project_name = "buf",
project_desc = "A new way of working with Protocol Buffers.", # Used for breaking change detection in API protobufs project_desc = "A new way of working with Protocol Buffers.", # Used for breaking change detection in API protobufs
project_url = "https://buf.build", project_url = "https://buf.build",
version = "1.4.0", version = "1.5.0",
sha256 = "826ad701db09805eb425723ad3ea0c13ce7ca8353d6a1fb473399db915dafdf9", sha256 = "4e28ac1c5e75d35595f4437ad6e1006a65c131db5528b682cd6c8561212c523c",
strip_prefix = "buf", strip_prefix = "buf",
urls = ["https://github.com/bufbuild/buf/releases/download/v{version}/buf-Linux-x86_64.tar.gz"], urls = ["https://github.com/bufbuild/buf/releases/download/v{version}/buf-Linux-x86_64.tar.gz"],
release_date = "2022-04-21", release_date = "2022-05-30",
use_category = ["api"], use_category = ["api"],
tags = ["manual"], tags = ["manual"],
), ),

Loading…
Cancel
Save