aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Hamon <dma+github@stripysock.com>2020-11-26 11:13:23 +0000
committerDominic Hamon <dma+github@stripysock.com>2020-11-26 11:14:03 +0000
commitbf585a2789e30585b4e3ce6baf11ef2750b54677 (patch)
tree4ff63d6bd78284093d7d94c3c73a62c500572f62
parent17a6b21ee15c71c5570d6724920cf3289b5d88ab (diff)
downloadgoogle-benchmark-bf585a2789e30585b4e3ce6baf11ef2750b54677.tar.gz
Fix some bazel warnings about missing sha256 on http_archives
-rw-r--r--WORKSPACE2
1 files changed, 2 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index fdc8c7f..631f3ba 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -6,6 +6,7 @@ http_archive(
name = "rules_cc",
strip_prefix = "rules_cc-a508235df92e71d537fcbae0c7c952ea6957a912",
urls = ["https://github.com/bazelbuild/rules_cc/archive/a508235df92e71d537fcbae0c7c952ea6957a912.zip"],
+ sha256 = "d7dc12c1d5bc1a87474de8e3d17b7731a4dcebcfb8aa3990fe8ac7734ef12f2f",
)
http_archive(
@@ -19,6 +20,7 @@ http_archive(
name = "com_google_googletest",
strip_prefix = "googletest-3f0cf6b62ad1eb50d8736538363d3580dd640c3e",
urls = ["https://github.com/google/googletest/archive/3f0cf6b62ad1eb50d8736538363d3580dd640c3e.zip"],
+ sha256 = "8f827dd550db8b4fdf73904690df0be9fccc161017c9038a724bc9a0617a1bc8",
)
http_archive(