nghttp2: 1.62.1 -> 1.63.0 ()

This commit is contained in:
Weijia Wang 2024-09-13 02:12:26 +02:00 committed by GitHub
commit ff9c90a2a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,11 +32,11 @@ assert enableJemalloc -> enableApp;
stdenv.mkDerivation rec {
pname = "nghttp2";
version = "1.62.1";
version = "1.63.0";
src = fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
sha256 = "sha256-OWbsgv2n/DgFBtNyomDY2bbpRr5N6u8f7MGnS0gJrj0=";
sha256 = "sha256-YHsXRVTSKoKLxTLR1zT+D3KbXV7SB/LxLpamLoPynFU=";
};
outputs = [ "out" "dev" "lib" "doc" "man" ];