Add sha256 to external dependency librdkafka (#5032)

* Add sha256 to external dependency librdkafka
This commit is contained in:
Preston Van Loon 2020-03-06 21:31:07 -08:00 committed by GitHub
parent b133eb6c4a
commit af28862e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,6 +249,7 @@ rules_foreign_cc_dependencies([
http_archive(
name = "librdkafka",
build_file_content = all_content,
sha256 = "f6be27772babfdacbbf2e4c5432ea46c57ef5b7d82e52a81b885e7b804781fd6",
strip_prefix = "librdkafka-1.2.1",
urls = ["https://github.com/edenhill/librdkafka/archive/v1.2.1.tar.gz"],
)