Skip to content

Commit 952e14f

Browse files
Update dependency async_profiler_macos to v3
1 parent e11b8c2 commit 952e14f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

third_party/async_profiler/defs.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def async_profiler_repositories():
2222
http_archive(
2323
name = "async_profiler_macos",
2424
build_file = "//third_party/async_profiler:BUILD.darwin.bazel",
25-
sha256 = "7f46398aef41561e77012ecbd07d3cc17eac775c03e895df4fcc174f8af2ecc2",
26-
strip_prefix = "async-profiler-2.9-macos",
27-
url = "https://github.com/async-profiler/async-profiler/releases/download/v2.9/async-profiler-2.9-macos.zip",
25+
sha256 = "cae4f207c33b964276385272a7cfe3750594cbcc8918f97a4bb67292bdbc43a8",
26+
strip_prefix = "async-profiler-3.0-macos",
27+
url = "https://github.com/async-profiler/async-profiler/releases/download/v3.0/async-profiler-3.0-macos.zip",
2828
)

0 commit comments

Comments
 (0)