diff --git a/gvsbuild/projects/nghttp2.py b/gvsbuild/projects/nghttp2.py index 8ad6c5217..4246de523 100644 --- a/gvsbuild/projects/nghttp2.py +++ b/gvsbuild/projects/nghttp2.py @@ -24,9 +24,9 @@ def __init__(self): Project.__init__( self, "nghttp2", - version="1.60.0", + version="1.59.0", archive_url="https://github.com/nghttp2/nghttp2/releases/download/v{version}/nghttp2-{version}.tar.xz", - hash="625d6c3da1d9ca4fd643a638256431ae68fd1901653b2a61a245eea7b261bf4e", + hash="fdc9bd71f5cf8d3fdfb63066b89364c10eb2fdeab55f3c6755cd7917b2ec4ffb", dependencies=[ "cmake", "zlib",