From 591c68aec5205aa0ef09f93ddd6c93b5e9001d68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 07:04:20 +0000 Subject: [PATCH] chore(deps): update dependency com_github_bazelbuild_buildtools to v6.4.0 --- MODULE.bazel.lock | 8 ++++---- non_module_deps.bzl | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 552431a640b..b84328071b4 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -242,7 +242,7 @@ "moduleExtensions": { "//:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "xzzwMhoZYhPqbUrP98eFW7WLL2qlcRexI/cD17PY3K4=", + "bzlTransitiveDigest": "aiMEh4TvTgWktV5ibqMCDqB9iGk3SwN2Q498/OJ/9j0=", "usagesDigest": "O4gMEfOKSoniqXXMLk0XVEIxaPj/iniT0JIOkJlk52M=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, @@ -261,10 +261,10 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "sha256": "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a", - "strip_prefix": "buildtools-6.3.3", + "sha256": "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269", + "strip_prefix": "buildtools-6.4.0", "urls": [ - "https://github.com/bazelbuild/buildtools/archive/v6.3.3.tar.gz" + "https://github.com/bazelbuild/buildtools/archive/v6.4.0.tar.gz" ] } } diff --git a/non_module_deps.bzl b/non_module_deps.bzl index 12bda7431d5..51dfa1f5093 100644 --- a/non_module_deps.bzl +++ b/non_module_deps.bzl @@ -15,9 +15,9 @@ def _non_module_deps_impl( ) http_archive( name = "com_github_bazelbuild_buildtools", - sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a", - strip_prefix = "buildtools-6.3.3", - urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.3.tar.gz"], + sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269", + strip_prefix = "buildtools-6.4.0", + urls = ["https://github.com/bazelbuild/buildtools/archive/v6.4.0.tar.gz"], ) non_module_deps = module_extension(