Skip to content

Commit

Permalink
chore(deps): update dependency aspect_bazel_lib to v2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent c5bfd67 commit eca8990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions e2e/workspace/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "aspect_bazel_lib",
sha256 = "87ab4ec479ebeb00d286266aca2068caeef1bb0b1765e8f71c7b6cfee6af4226",
strip_prefix = "bazel-lib-2.7.3",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.3/bazel-lib-v2.7.3.tar.gz",
sha256 = "af53283bc22420bd2047d8a442c8ec660759278eb3f8512fc640c9019ebabb1a",
strip_prefix = "bazel-lib-2.7.4",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.4/bazel-lib-v2.7.4.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
Expand Down
2 changes: 1 addition & 1 deletion zig/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def rules_zig_dependencies():
name = "aspect_bazel_lib",
sha256 = "87ab4ec479ebeb00d286266aca2068caeef1bb0b1765e8f71c7b6cfee6af4226",
strip_prefix = "bazel-lib-2.7.3",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.3/bazel-lib-v2.7.3.tar.gz",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.4/bazel-lib-v2.7.3.tar.gz",
)

########
Expand Down

0 comments on commit eca8990

Please sign in to comment.