nghttp2: 1.2.1 -> 1.3.4
This commit is contained in:
@@ -34,12 +34,12 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${prefix}nghttp2-${version}";
|
name = "${prefix}nghttp2-${version}";
|
||||||
version = "1.2.1";
|
version = "1.3.4";
|
||||||
|
|
||||||
# Don't use fetchFromGitHub since this needs a bootstrap curl
|
# Don't use fetchFromGitHub since this needs a bootstrap curl
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pub.wak.io/nixos/tarballs/nghttp2-${version}.tar.bz2";
|
url = "http://pub.wak.io/nixos/tarballs/nghttp2-${version}.tar.bz2";
|
||||||
sha256 = "8027461a231d205394890b2fee34d1c3751e28e7d3f7c1ebc1b557993ea4045e";
|
sha256 = "63c1d70e50f0c8514e261be88b66720df095269791aa008d76c09e0c3a4c085f";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure script searches for a symbol which does not exist in jemalloc on Darwin
|
# Configure script searches for a symbol which does not exist in jemalloc on Darwin
|
||||||
@@ -66,6 +66,7 @@ stdenv.mkDerivation rec {
|
|||||||
(mkWith (optJemalloc != null) "jemalloc" null)
|
(mkWith (optJemalloc != null) "jemalloc" null)
|
||||||
(mkWith false "spdylay" null)
|
(mkWith false "spdylay" null)
|
||||||
(mkWith false "cython" null)
|
(mkWith false "cython" null)
|
||||||
|
(mkWith false "mruby" null)
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user