externals/nx_tzdb: Update download version to 2022g

Mainly for MSVC, changes the time zone database version to latest.
This commit is contained in:
lat9nq 2023-10-11 20:20:31 -04:00
parent da6824d9fd
commit bf7c45e560
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows" OR ANDROID)
set(CAN_BUILD_NX_TZDB false)
endif()
set(NX_TZDB_VERSION "220816")
set(NX_TZDB_VERSION "221202")
set(NX_TZDB_ARCHIVE "${CMAKE_CURRENT_BINARY_DIR}/${NX_TZDB_VERSION}.zip")
set(NX_TZDB_ROMFS_DIR "${CMAKE_CURRENT_BINARY_DIR}/nx_tzdb")