diff options
author | vnugent <public@vaughnnugent.com> | 2024-08-06 19:57:10 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-08-06 19:57:10 -0400 |
commit | 3b97f84fd0477eafcd6567eb8597b213e4136664 (patch) | |
tree | a4f016f375f6d135568bec394d5e659c1d47ae79 /CMakeLists.txt | |
parent | 7989a2660997b909e0b99fc1dfb3bcfbb0528df3 (diff) |
update libsecp256k1 to v0.5.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6dad383..89b2026 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ if(NC_FETCH_SECP256K1) FetchContent_Declare( libsecp256k1 GIT_REPOSITORY https://github.com/bitcoin-core/secp256k1 - GIT_TAG e3a885d42a7800c1ccebad94ad1e2b82c4df5c65 # release-0.5.0 + GIT_TAG 642c885b6102725e25623738529895a95addc4f4 # release-0.5.1 GIT_PROGRESS TRUE ) |