Skip to content

Commit 4062023

Browse files
committed
[bazel] Add integrity hash to closure rules to remove warning from console
1 parent f779ad0 commit 4062023

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WORKSPACE

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
66

77
http_archive(
88
name = "io_bazel_rules_closure",
9+
integrity = "sha256-lJjlc2jvuCuYXbHtQmp2fL8boDmP167WMvw5CGVOGx4=",
910
strip_prefix = "rules_closure-0.12.0",
1011
url = "https://github.com/bazelbuild/rules_closure/archive/refs/tags/0.12.0.tar.gz",
1112
)

0 commit comments

Comments
 (0)