load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazel_disk_cache_cleaner",
strip_prefix = "refs/tags/v0.0.8",
url = "https://github.com/Ryang20718/Bazel-Disk-Cache-Cleaner/archive/refs/tags/refs/tags/v0.0.8.tar.gz",
)