File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -322,3 +322,14 @@ def load_external_repositories():
322
322
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/1.0.0/rules_pkg-1.0.0.tar.gz" ],
323
323
sha256 = "cad05f864a32799f6f9022891de91ac78f30e0fa07dc68abac92a628121b5b11" ,
324
324
)
325
+
326
+ # Version 1.4.7 released on 2020-12-17
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" ,
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" ],
334
+ build_file = "//dependency_support/com_github_facebook_zstd:bundled.BUILD.bazel" ,
335
+ )
You can’t perform that action at this time.
0 commit comments