Skip to content

Commit 98f1402

Browse files
chore(deps): update dependency llvm_zstd to v1.5.6
1 parent b7ecba1 commit 98f1402

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fetch_deps.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ def fetch_direct_dependencies():
9393
http_archive(
9494
name = "llvm_zstd",
9595
build_file = "@llvm-raw//utils/bazel/third_party_build:zstd.BUILD",
96-
sha256 = "7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0",
97-
strip_prefix = "zstd-1.5.2",
96+
sha256 = "8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1",
97+
strip_prefix = "zstd-1.5.6",
9898
urls = [
99-
"https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-1.5.2.tar.gz",
99+
"https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz",
100100
],
101101
)
102102

0 commit comments

Comments
 (0)