Skip to content

Commit b527d76

Browse files
fix(profiling): update echion
1 parent 1a6fc12 commit b527d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ endif()
5656

5757
# Add echion
5858
set(ECHION_COMMIT
59-
"43432c5c0a89617b06533215a15d0d6ffbbfd02b" # https://github.com/P403n1x87/echion/commit/43432c5c0a89617b06533215a15d0d6ffbbfd02b
59+
"c65edc6a2fb06f034bad747cd108015e096d4a0c" # https://github.com/kowalskithomas/echion/commit/c65edc6a2fb06f034bad747cd108015e096d4a0c
6060
CACHE STRING "Commit hash of echion to use")
6161
FetchContent_Declare(
6262
echion
63-
GIT_REPOSITORY "https://github.com/P403n1x87/echion.git"
63+
GIT_REPOSITORY "https://github.com/kowalskithomas/echion.git"
6464
GIT_TAG ${ECHION_COMMIT})
6565
FetchContent_GetProperties(echion)
6666

0 commit comments

Comments
 (0)