Skip to content

Commit 9b1f786

Browse files
bug(profiling): update echion
1 parent 620007d commit 9b1f786

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
@@ -49,11 +49,11 @@ endif()
4949

5050
# Add echion
5151
set(ECHION_COMMIT
52-
"39d74a33a3f3abe810e6a29132721871e3127472" # https://github.com/P403n1x87/echion/commit/39d74a33a3f3abe810e6a29132721871e3127472
52+
"78aafb0f4f4778b64f04efc5ef48eed47b54fe95" # https://github.com/kowalskithomas/echion/commit/78aafb0f4f4778b64f04efc5ef48eed47b54fe95
5353
CACHE STRING "Commit hash of echion to use")
5454
FetchContent_Declare(
5555
echion
56-
GIT_REPOSITORY "https://github.com/P403n1x87/echion.git"
56+
GIT_REPOSITORY "https://github.com/kowalskithomas/echion.git"
5757
GIT_TAG ${ECHION_COMMIT})
5858
FetchContent_GetProperties(echion)
5959

0 commit comments

Comments
 (0)