File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ddtrace/internal/datadog/profiling/stack_v2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ endif()
4949
5050# Add echion
5151set (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" )
5454FetchContent_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} )
5858FetchContent_GetProperties(echion)
5959
You can’t perform that action at this time.
0 commit comments