Skip to content

Commit 84417c7

Browse files
chore(deps): update dependency aspect_bazel_lib to v1.28.0 (#127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e9e62a commit 84417c7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

internal.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ def internal_dependencies():
3535
maybe(
3636
http_archive,
3737
name = "aspect_bazel_lib",
38-
sha256 = "dce068f085e9eabfec6d795caaabdbbe4a73550810f3cae3035aff7162e42b3c",
39-
strip_prefix = "bazel-lib-1.26.2",
40-
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.26.2.tar.gz",
38+
sha256 = "2518c757715d4f5fc7cc7e0a68742dd1155eaafc78fb9196b8a18e13a738cea2",
39+
strip_prefix = "bazel-lib-1.28.0",
40+
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.28.0.tar.gz",
4141
)
4242

4343
maybe(

toolchain/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ def gcc_toolchain_dependencies():
3636
maybe(
3737
http_archive,
3838
name = "aspect_bazel_lib",
39-
sha256 = "dce068f085e9eabfec6d795caaabdbbe4a73550810f3cae3035aff7162e42b3c",
40-
strip_prefix = "bazel-lib-1.26.2",
41-
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.26.2.tar.gz",
39+
sha256 = "2518c757715d4f5fc7cc7e0a68742dd1155eaafc78fb9196b8a18e13a738cea2",
40+
strip_prefix = "bazel-lib-1.28.0",
41+
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.28.0.tar.gz",
4242
)
4343

4444
maybe(

0 commit comments

Comments
 (0)