Skip to content

Commit

Permalink
deps: update all Bazel toolchains / rule deps
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Feb 21, 2024
1 parent 70ff097 commit 4aa4b02
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 116 deletions.
8 changes: 4 additions & 4 deletions bazel/toolchains/aspect_bazel_lib.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def aspect_bazel_lib():
http_archive(
name = "aspect_bazel_lib",
sha256 = "c858cc637db5370f6fd752478d1153955b4b4cbec7ffe95eb4a47a48499a79c3",
strip_prefix = "bazel-lib-2.0.3",
sha256 = "979667bb7276ee8fcf2c114c9be9932b9a3052a64a647e0dcaacfb9c0016f0a3",
strip_prefix = "bazel-lib-2.4.1",
urls = [
"https://cdn.confidential.cloud/constellation/cas/sha256/c858cc637db5370f6fd752478d1153955b4b4cbec7ffe95eb4a47a48499a79c3",
"https://github.com/aspect-build/bazel-lib/releases/download/v2.0.3/bazel-lib-v2.0.3.tar.gz",
"https://cdn.confidential.cloud/constellation/cas/sha256/979667bb7276ee8fcf2c114c9be9932b9a3052a64a647e0dcaacfb9c0016f0a3",
"https://github.com/aspect-build/bazel-lib/releases/download/v2.4.1/bazel-lib-v2.4.1.tar.gz",
],
type = "tar.gz",
)
8 changes: 4 additions & 4 deletions bazel/toolchains/buildifier_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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-6.3.3",
strip_prefix = "buildtools-6.4.0",
urls = [
"https://cdn.confidential.cloud/constellation/cas/sha256/42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.3.3.tar.gz",
"https://cdn.confidential.cloud/constellation/cas/sha256/05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.4.0.tar.gz",
],
type = "tar.gz",
sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
)
Loading

0 comments on commit 4aa4b02

Please sign in to comment.