Skip to content

Commit 4b069ce

Browse files
chore(deps): update dependency rules_shell to v0.5.1
1 parent fafce60 commit 4b069ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bazel_dep(name = "bazel_features", version = "1.9.0")
1212
bazel_dep(name = "bazel_skylib", version = "1.8.1")
1313
bazel_dep(name = "platforms", version = "0.0.10")
1414
bazel_dep(name = "stardoc", version = "0.7.1")
15-
bazel_dep(name = "rules_shell", version = "0.4.1")
15+
bazel_dep(name = "rules_shell", version = "0.5.1")
1616

1717
# TODO(3.0): remove this back-compat
1818
bazel_dep(name = "jq.bzl", version = "0.1.0")

lib/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ def aspect_bazel_lib_dependencies():
5353
)
5454
http_archive(
5555
name = "rules_shell",
56-
sha256 = "bc61ef94facc78e20a645726f64756e5e285a045037c7a61f65af2941f4c25e1",
57-
strip_prefix = "rules_shell-0.4.1",
58-
url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.4.1/rules_shell-v0.4.1.tar.gz",
56+
sha256 = "99bfc7aaefd1ed69613bbd25e24bf7871d68aeafca3a6b79f5f85c0996a41355",
57+
strip_prefix = "rules_shell-0.5.1",
58+
url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.5.1/rules_shell-v0.5.1.tar.gz",
5959
)
6060

6161
DEFAULT_JQ_REPOSITORY = "jq"

0 commit comments

Comments
 (0)