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 (#1925)
* deps: update dependency com_github_bazelbuild_buildtools to v6 * 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> Co-authored-by: malt3 <mp@edgeless.systems>
This commit is contained in:
parent
16621b5d15
commit
520571c3d1
@ -5,11 +5,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
def buildifier_deps():
|
||||
http_archive(
|
||||
name = "com_github_bazelbuild_buildtools",
|
||||
strip_prefix = "buildtools-4.2.5",
|
||||
strip_prefix = "buildtools-6.1.2",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/d368c47bbfc055010f118efb2962987475418737e901f7782d2a966d1dc80296",
|
||||
"https://github.com/bazelbuild/buildtools/archive/refs/tags/4.2.5.tar.gz",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc",
|
||||
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.1.2.tar.gz",
|
||||
],
|
||||
type = "tar.gz",
|
||||
sha256 = "d368c47bbfc055010f118efb2962987475418737e901f7782d2a966d1dc80296",
|
||||
sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user