mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
deps: update bazel_tools
This commit is contained in:
parent
f67292d0de
commit
ccdc87ad74
@ -5,11 +5,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
def multirun_deps():
|
||||
http_archive(
|
||||
name = "com_github_ash2k_bazel_tools",
|
||||
sha256 = "a911dab6711bc12a00f02cc94b66ced7dc57650e382ebd4f17c9cdb8ec2cbd56",
|
||||
strip_prefix = "bazel-tools-2add5bb84c2837a82a44b57e83c7414247aed43a",
|
||||
sha256 = "c5c2bb097ef427ab021f522828167c6d85c3e9077763629343282c51dbde03db",
|
||||
strip_prefix = "bazel-tools-ad2d84beb4e577bda323c8517533b046ed34e6ad",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/a911dab6711bc12a00f02cc94b66ced7dc57650e382ebd4f17c9cdb8ec2cbd56",
|
||||
"https://github.com/ash2k/bazel-tools/archive/2add5bb84c2837a82a44b57e83c7414247aed43a.tar.gz",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/c5c2bb097ef427ab021f522828167c6d85c3e9077763629343282c51dbde03db",
|
||||
"https://github.com/ash2k/bazel-tools/archive/ad2d84beb4e577bda323c8517533b046ed34e6ad.tar.gz",
|
||||
],
|
||||
type = "tar.gz",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user