From 1cdcecacc6f10915a4b9c6bcfbd3d1f7308848f3 Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Sun, 14 May 2023 22:23:18 -0700 Subject: [PATCH] Update dependency com_github_bazelbuild_buildtools to v6.1.2 --- bzl/deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bzl/deps.bzl b/bzl/deps.bzl index 195acbcf69..29aaefeaad 100644 --- a/bzl/deps.bzl +++ b/bzl/deps.bzl @@ -103,10 +103,10 @@ def fetch_dependencies(): http_archive( name = "com_github_bazelbuild_buildtools", - sha256 = "76f96aa30635b0566bee078aeff822ec6220f3801c69b9f16f689cd7da901ec8", - strip_prefix = "buildtools-6.1.1", + sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc", + strip_prefix = "buildtools-6.1.2", urls = [ - "https://github.com/bazelbuild/buildtools/archive/refs/tags/6.1.1.tar.gz", + "https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.1.2.tar.gz", ], )