3
0
Fork 0
forked from mirrors/nixpkgs

nghttp2: 1.1.2 -> 1.2.1

This commit is contained in:
William A. Kennington III 2015-08-29 18:19:27 -07:00
parent ffc679460f
commit ba7335700a

View file

@ -34,12 +34,12 @@ let
in
stdenv.mkDerivation rec {
name = "${prefix}nghttp2-${version}";
version = "1.1.2";
version = "1.2.1";
# Don't use fetchFromGitHub since this needs a bootstrap curl
src = fetchurl {
url = "http://pub.wak.io/nixos/tarballs/nghttp2-${version}.tar.bz2";
sha256 = "5b218a0d27eeaa6898eb0757b6bbcc643ada2148696d864f185b3123c392904b";
sha256 = "8027461a231d205394890b2fee34d1c3751e28e7d3f7c1ebc1b557993ea4045e";
};
# Configure script searches for a symbol which does not exist in jemalloc on Darwin