nghttp2: 1.62.1 -> 1.63.0 (#337710)
This commit is contained in:
commit
ff9c90a2a9
@ -32,11 +32,11 @@ assert enableJemalloc -> enableApp;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nghttp2";
|
pname = "nghttp2";
|
||||||
version = "1.62.1";
|
version = "1.63.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
|
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" ];
|
outputs = [ "out" "dev" "lib" "doc" "man" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user