diff --git a/example/WORKSPACE.bazel b/example/WORKSPACE.bazel index 9473bf9..c288a2a 100644 --- a/example/WORKSPACE.bazel +++ b/example/WORKSPACE.bazel @@ -2,9 +2,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_7zip", - strip_prefix = "rules_7zip-9addcf58cdc5022fa5188b5f270bc0c9bb240f46", - urls = ["https://github.com/zaucy/rules_7zip/archive/9addcf58cdc5022fa5188b5f270bc0c9bb240f46.zip"], - sha256 = "89db47017a95de6fc30acd0ff0b70c25e468a21b5e1286940feb21505854f28b", + strip_prefix = "rules_7zip-03a10b5796eac0aed122cf52064ed15785610857", + urls = ["https://github.com/zaucy/rules_7zip/archive/03a10b5796eac0aed122cf52064ed15785610857.zip"], + sha256 = "7c7d8c67e9cbb5d0c8efc269f468b807873416dac0eb4b7ebd3cf802c3af11bd", ) load("@rules_7zip//:setup.bzl", "setup_7zip")