mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
deps: update dependency com_github_bazelbuild_buildtools to v6.3.3 (#2376)
* deps: update dependency com_github_bazelbuild_buildtools to v6.3.3 * deps: tidy all modules --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
This commit is contained in:
parent
fcc46d6bf2
commit
b23792a989
@ -5,11 +5,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|||||||
def buildifier_deps():
|
def buildifier_deps():
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "com_github_bazelbuild_buildtools",
|
name = "com_github_bazelbuild_buildtools",
|
||||||
strip_prefix = "buildtools-6.1.2",
|
strip_prefix = "buildtools-6.3.3",
|
||||||
urls = [
|
urls = [
|
||||||
"https://cdn.confidential.cloud/constellation/cas/sha256/977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc",
|
"https://cdn.confidential.cloud/constellation/cas/sha256/42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
|
||||||
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.1.2.tar.gz",
|
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.3.3.tar.gz",
|
||||||
],
|
],
|
||||||
type = "tar.gz",
|
type = "tar.gz",
|
||||||
sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc",
|
sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user