Skip to content

Commit 74f5afe

Browse files
committed
dependency_support: rename com_github_facebook -> zstd
Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent 1d0222e commit 74f5afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependency_support/load_external.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def load_external_repositories():
327327
# https://github.com/facebook/zstd/releases/tag/v1.4.7
328328
# Updated 2024-06-27
329329
http_archive(
330-
name = "com_github_facebook_zstd",
330+
name = "zstd",
331331
sha256 = "192cbb1274a9672cbcceaf47b5c4e9e59691ca60a357f1d4a8b2dfa2c365d757",
332332
strip_prefix = "zstd-1.4.7",
333333
urls = ["https://github.com/facebook/zstd/releases/download/v1.4.7/zstd-1.4.7.tar.gz"],

0 commit comments

Comments
 (0)