Skip to content

Commit 0126be9

Browse files
chore(deps): update dependency tar.bzl to v0.10.0
1 parent 2e37b68 commit 0126be9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ http_archive(
4545

4646
http_archive(
4747
name = "tar.bzl",
48-
sha256 = "7e67d127f64cbcc30501549233c27a15410a74a64a0dca08c547c2945af4003f",
49-
strip_prefix = "tar.bzl-0.9.1",
50-
url = "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.9.1/tar.bzl-v0.9.1.tar.gz",
48+
sha256 = "80d99a88c75efcb4e3a31661d53efbe9a6c50e497d9d033198b823868bc5434f",
49+
strip_prefix = "tar.bzl-0.10.0",
50+
url = "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.10.0/tar.bzl-v0.10.0.tar.gz",
5151
)
5252

5353
load("@tar.bzl//tar:extensions.bzl", "create_repositories")

0 commit comments

Comments
 (0)