From efe978b574516d7708c0feeb5231cf7ab4906283 Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Sat, 28 Feb 2026 02:25:01 +0100 Subject: [PATCH] Point to a commit w/ libsodium 1.0.20-FINAL in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fb34dc..dc578d9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ include(FetchContent) # Update the commit to point to whatever libsodium-cmake-commit you want to target. FetchContent_Declare(Sodium GIT_REPOSITORY https://github.com/robinlinden/libsodium-cmake.git - GIT_TAG e5b985ad0dd235d8c4307ea3a385b45e76c74c6a # HEAD, last updated at 2025-04-13 + GIT_TAG cfebfd3da486d5a86c644c8b47067e5411c7599c # HEAD, last updated at 2026-02-28 ) set(SODIUM_DISABLE_TESTS ON) FetchContent_MakeAvailable(Sodium)