mirror of https://github.com/bazelbuild/platforms
12 lines
371 B
Python
12 lines
371 B
Python
workspace(name = "platforms")
|
|
|
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|
|
|
http_archive(
|
|
name = "rules_license",
|
|
urls = [
|
|
"https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.3/rules_license-0.0.3.tar.gz",
|
|
],
|
|
sha256 = "00ccc0df21312c127ac4b12880ab0f9a26c1cff99442dc6c5a331750360de3c3",
|
|
)
|