perlPackages.ProtocolHTTP2: 1.10 -> 1.11 (#353212)

authored by

Weijia Wang and committed by
GitHub
c5738557 cedb10cd

+4 -4
+4 -4
pkgs/top-level/perl-packages.nix
··· 21379 21379 21380 21380 ProtocolHTTP2 = buildPerlModule { 21381 21381 pname = "Protocol-HTTP2"; 21382 - version = "1.10"; 21383 - 21382 + version = "1.11"; 21384 21383 src = fetchurl { 21385 - url = "mirror://cpan/authors/id/C/CR/CRUX/Protocol-HTTP2-1.10.tar.gz"; 21386 - hash = "sha256-wmoAWPtK+ul+S/DbxkGJ9nEURRXERH89y1l+zQOWpko="; 21384 + url = "mirror://cpan/authors/id/C/CR/CRUX/Protocol-HTTP2-1.11.tar.gz"; 21385 + hash = "sha256-Vp8Fsavpl7UHyCUVMMyB0e6WvZMsxoJTS2zkhlNQCRM="; 21387 21386 }; 21388 21387 buildInputs = [ AnyEvent ModuleBuildTiny NetSSLeay TestLeakTrace TestSharedFork TestTCP ]; 21389 21388 meta = { 21389 + homepage = "https://github.com/vlet/p5-Protocol-HTTP2"; 21390 21390 description = "HTTP/2 protocol implementation (RFC 7540)"; 21391 21391 license = with lib.licenses; [ artistic1 gpl1Plus ]; 21392 21392 };