Merge pull request #57539 from dtzWill/update/nghttp2-1.37.0
nghttp2: 1.36.0 -> 1.37.0
This commit is contained in:
commit
20c0730565
|
@ -17,12 +17,12 @@ assert enableJemalloc -> jemalloc != null;
|
||||||
let inherit (stdenv.lib) optional; in
|
let inherit (stdenv.lib) optional; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nghttp2-${version}";
|
pname = "nghttp2";
|
||||||
version = "1.36.0";
|
version = "1.37.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.bz2";
|
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "1sqwwwhlrbp3wcikf9v07k5j4xvflwy297lq4cg92qj087bk99qn";
|
sha256 = "1bi3aw096kd51abazvv6ilplz6gjbm84yr3mzxklbhysv38y6xl2";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" "lib" ];
|
outputs = [ "bin" "out" "dev" "lib" ];
|
||||||
|
|
Loading…
Reference in New Issue