Merge pull request #36462 from dtzWill/update/nghttp2-1.31.0

nghttp2: 1.24.0 -> 1.31.0
This commit is contained in:
Yegor Timoshenko 2018-05-23 00:59:58 +03:00 committed by GitHub
commit 2e7897ab6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,11 +17,11 @@ let inherit (stdenv.lib) optional; in
stdenv.mkDerivation rec {
name = "nghttp2-${version}";
version = "1.24.0";
version = "1.31.0";
src = fetchurl {
url = "https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.bz2";
sha256 = "18ys6p39yvm9wjjzhhlw35c9m8f5gf4dk9jbshibj19q4js1pnv9";
sha256 = "0d7ivd7agsrbpz8745d0c0hxjzx9pdj602p1bpnrsd7p393ydrln";
};
outputs = [ "bin" "out" "dev" "lib" ];