Skip to content

Commit 8e7eb2c

Browse files
committed
build(third_party): update nlohmann_json dependency to v3.11.3
1 parent 20449e2 commit 8e7eb2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/nlohmann_json/nlohmann_json.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ include(FetchContent)
22

33
FetchContent_Declare(
44
nlohmann_json
5-
URL https://github.com/nlohmann/json/archive/refs/tags/v3.11.2.tar.gz
6-
URL_HASH SHA256=d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273
5+
URL https://github.com/nlohmann/json/archive/refs/tags/v3.11.3.tar.gz
6+
URL_HASH SHA256=4842187627440306124040909540027732298717808266205807185381831037
77
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
88
)
99

0 commit comments

Comments
 (0)