We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177f2b8 commit 3677f5fCopy full SHA for 3677f5f
CMakeLists.txt
@@ -133,7 +133,7 @@ endif()
133
# Install nghttp2
134
#
135
# renovate: datasource=github-tags depName=nghttp2/nghttp2
136
-set(NGHTTP2_VERSION 1.68.1)
+set(NGHTTP2_VERSION 1.69.0)
137
set(NGHTTP2_URL https://github.com/nghttp2/nghttp2/releases/download/v${NGHTTP2_VERSION}/nghttp2-${NGHTTP2_VERSION}.tar.xz)
138
set(NGHTTP2_INSTALL_DIR ${CMAKE_BINARY_DIR}/nghttp2-install)
139
set(NGHTTP2_STATIC_LIB ${NGHTTP2_INSTALL_DIR}/lib/libnghttp2.a)
0 commit comments