Skip to content

Commit 732014c

Browse files
chore(deps): update dependency tar.bzl to v0.9.0
1 parent c0ea914 commit 732014c

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
@@ -41,9 +41,9 @@ http_archive(
4141

4242
http_archive(
4343
name = "tar.bzl",
44-
sha256 = "8bac5a2b43f9988e4e69bb03a242b9cbed2c53f9cd4c989f879aaa441bda03f4",
45-
strip_prefix = "tar.bzl-0.8.1",
46-
url = "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.8.1/tar.bzl-v0.8.1.tar.gz",
44+
sha256 = "4bd59d41aac03b6c4cf3f6acd8c1c50355a19d2887a140e793da54d40e116913",
45+
strip_prefix = "tar.bzl-0.9.0",
46+
url = "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.9.0/tar.bzl-v0.9.0.tar.gz",
4747
)
4848

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

0 commit comments

Comments
 (0)