dep: Update com_github_bazelbuild_buildtools: 4.2.4 (current: 4.2.3) (#19258)

Signed-off-by: Faseela K <faseela.k@est.tech>

Mirrored from https://github.com/envoyproxy/envoy @ b5c98c4011fbb5b41db916b1847b2d0f9263b1e1
pull/626/head
data-plane-api(Azure Pipelines) 3 years ago
parent e2516d705a
commit c54ddfbe50
  1. 6
      bazel/repository_locations.bzl

@ -32,9 +32,9 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Bazel build tools", project_name = "Bazel build tools",
project_desc = "Developer tools for working with Google's bazel buildtool.", project_desc = "Developer tools for working with Google's bazel buildtool.",
project_url = "https://github.com/bazelbuild/buildtools", project_url = "https://github.com/bazelbuild/buildtools",
version = "4.2.3", version = "4.2.4",
sha256 = "614c84128ddb86aab4e1f25ba2e027d32fd5c6da302ae30685b9d7973b13da1b", sha256 = "f3d86864a37663ad2303d8781e3f76e86b7e948cc6a3beae01da71cad2e302bd",
release_date = "2021-10-26", release_date = "2021-12-03",
strip_prefix = "buildtools-{version}", strip_prefix = "buildtools-{version}",
urls = ["https://github.com/bazelbuild/buildtools/archive/{version}.tar.gz"], urls = ["https://github.com/bazelbuild/buildtools/archive/{version}.tar.gz"],
use_category = ["api"], use_category = ["api"],

Loading…
Cancel
Save