perlPackages.ProtocolHTTP2: 1.11 -> 1.13
Fixes CVE-2026-10725. Assisted-by: Claude Code (Claude Opus 4.8) Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
@@ -29098,10 +29098,10 @@ with self;
|
||||
|
||||
ProtocolHTTP2 = buildPerlModule {
|
||||
pname = "Protocol-HTTP2";
|
||||
version = "1.11";
|
||||
version = "1.13";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/C/CR/CRUX/Protocol-HTTP2-1.11.tar.gz";
|
||||
hash = "sha256-Vp8Fsavpl7UHyCUVMMyB0e6WvZMsxoJTS2zkhlNQCRM=";
|
||||
url = "mirror://cpan/authors/id/C/CR/CRUX/Protocol-HTTP2-1.13.tar.gz";
|
||||
hash = "sha256-LsO0oYpkqGHgKYHO/Y7W8iOHUTj75e/us0DvF5ZVMGI=";
|
||||
};
|
||||
buildInputs = [
|
||||
AnyEvent
|
||||
|
||||
Reference in New Issue
Block a user