We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0222e commit 74f5afeCopy full SHA for 74f5afe
dependency_support/load_external.bzl
@@ -327,7 +327,7 @@ def load_external_repositories():
327
# https://github.com/facebook/zstd/releases/tag/v1.4.7
328
# Updated 2024-06-27
329
http_archive(
330
- name = "com_github_facebook_zstd",
+ name = "zstd",
331
sha256 = "192cbb1274a9672cbcceaf47b5c4e9e59691ca60a357f1d4a8b2dfa2c365d757",
332
strip_prefix = "zstd-1.4.7",
333
urls = ["https://github.com/facebook/zstd/releases/download/v1.4.7/zstd-1.4.7.tar.gz"],
0 commit comments