nghttp2: 0.7.13 -> 0.7.14

This commit is contained in:
William A. Kennington III 2015-05-13 11:32:46 -07:00
parent 7094ae27da
commit 6516cc48c7

View File

@ -34,12 +34,12 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "${prefix}nghttp2-${version}"; name = "${prefix}nghttp2-${version}";
version = "0.7.13"; version = "0.7.14";
# 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-0.7.13.tar.xz"; url = "http://pub.wak.io/nixos/tarballs/nghttp2-${version}.tar.bz2";
sha256 = "1nz14hmfhsxljmf7f3763q9kpn9prfdivrvdr7c74x72s75bzwli"; sha256 = "000d50yzyysbr9ldhvnbpzn35vplqm08dnmh55wc5zk273gy383f";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];