From bf585a2789e30585b4e3ce6baf11ef2750b54677 Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Thu, 26 Nov 2020 11:13:23 +0000 Subject: [PATCH] Fix some bazel warnings about missing sha256 on http_archives --- WORKSPACE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WORKSPACE b/WORKSPACE index fdc8c7f8..631f3ba0 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(