Skip to content

Commit 65a88dd

Browse files
chore(deps): update dependency bazel_features to v1.34.0 (#517)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a346629 commit 65a88dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

repositories/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ def ros2_workspace_repositories():
7575
maybe(
7676
http_archive,
7777
name = "bazel_features",
78-
sha256 = "07bd2b18764cdee1e0d6ff42c9c0a6111ffcbd0c17f0de38e7f44f1519d1c0cd",
79-
strip_prefix = "bazel_features-1.32.0",
80-
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.32.0/bazel_features-v1.32.0.tar.gz",
78+
sha256 = "f08776c1430e8f35209a054f828d0985019879e554c4eb32a093e1f49bc9231e",
79+
strip_prefix = "bazel_features-1.34.0",
80+
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.34.0/bazel_features-v1.34.0.tar.gz",
8181
)
8282

8383
maybe(

0 commit comments

Comments
 (0)