We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc64149 commit f5b51eeCopy full SHA for f5b51ee
fetch_deps.bzl
@@ -93,10 +93,10 @@ def fetch_direct_dependencies():
93
http_archive(
94
name = "llvm_zstd",
95
build_file = "@llvm-raw//utils/bazel/third_party_build:zstd.BUILD",
96
- sha256 = "7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0",
97
- strip_prefix = "zstd-1.5.2",
+ sha256 = "eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3",
+ strip_prefix = "zstd-1.5.7",
98
urls = [
99
- "https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-1.5.2.tar.gz",
+ "https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz",
100
],
101
)
102
0 commit comments