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 3c0445f commit ee288d4Copy full SHA for ee288d4
CMakeLists.txt
@@ -122,7 +122,7 @@ endif()
122
# Install nghttp2
123
#
124
# renovate: datasource=github-tags depName=nghttp2/nghttp2
125
-set(NGHTTP2_VERSION 1.61.0)
+set(NGHTTP2_VERSION 1.66.0)
126
set(NGHTTP2_URL https://github.com/nghttp2/nghttp2/releases/download/v${NGHTTP2_VERSION}/nghttp2-${NGHTTP2_VERSION}.tar.gz)
127
set(NGHTTP2_INSTALL_DIR ${CMAKE_BINARY_DIR}/nghttp2-install)
128
0 commit comments