deps: update buildifier

This commit is contained in:
Malte Poll 2024-05-10 11:29:38 +02:00
parent 9116d2b82a
commit e79c74cd97

View File

@ -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.4.0", strip_prefix = "buildtools-7.1.1",
urls = [ urls = [
"https://cdn.confidential.cloud/constellation/cas/sha256/05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269", "https://cdn.confidential.cloud/constellation/cas/sha256/60a9025072ae237f325d0e7b661e1685f34922c29883888c2d06f5789462b939",
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.4.0.tar.gz", "https://github.com/bazelbuild/buildtools/archive/refs/tags/v7.1.1.tar.gz",
], ],
type = "tar.gz", type = "tar.gz",
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269", sha256 = "60a9025072ae237f325d0e7b661e1685f34922c29883888c2d06f5789462b939",
) )