Merge pull request #40943 from dtzWill/update/nghttp2-1.32

nghttp2: 1.31.0 -> 1.32.0
This commit is contained in:
Yegor Timoshenko 2018-05-23 01:38:09 +03:00 committed by GitHub
commit 3203c12bec
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.31.0";
version = "1.32.0";
src = fetchurl {
url = "https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.bz2";
sha256 = "0d7ivd7agsrbpz8745d0c0hxjzx9pdj602p1bpnrsd7p393ydrln";
sha256 = "0jlndbp4bnyvdg8b59pznrzz0bvwb9nmag7zgcflg51lm1pq2q06";
};
outputs = [ "bin" "out" "dev" "lib" ];