3
0
Fork 0
forked from mirrors/nixpkgs

nghttp2: 1.2.1 -> 1.3.4

This commit is contained in:
William A. Kennington III 2015-10-17 11:54:03 -07:00
parent 9b9d790c6c
commit 4318aede92

View file

@ -34,12 +34,12 @@ let
in
stdenv.mkDerivation rec {
name = "${prefix}nghttp2-${version}";
version = "1.2.1";
version = "1.3.4";
# Don't use fetchFromGitHub since this needs a bootstrap curl
src = fetchurl {
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
@ -66,6 +66,7 @@ stdenv.mkDerivation rec {
(mkWith (optJemalloc != null) "jemalloc" null)
(mkWith false "spdylay" null)
(mkWith false "cython" null)
(mkWith false "mruby" null)
];
meta = with stdenv.lib; {