We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ec3ca commit b8f6bb3Copy full SHA for b8f6bb3
CMakeLists.txt
@@ -134,7 +134,7 @@ endif()
134
# Install nghttp2
135
#
136
# renovate: datasource=github-tags depName=nghttp2/nghttp2
137
-set(NGHTTP2_VERSION 1.67.1)
+set(NGHTTP2_VERSION 1.68.0)
138
set(NGHTTP2_URL https://github.com/nghttp2/nghttp2/releases/download/v${NGHTTP2_VERSION}/nghttp2-${NGHTTP2_VERSION}.tar.xz)
139
set(NGHTTP2_INSTALL_DIR ${CMAKE_BINARY_DIR}/nghttp2-install)
140
set(NGHTTP2_STATIC_LIB ${NGHTTP2_INSTALL_DIR}/lib/libnghttp2.a)
0 commit comments