mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
[cpan2nix] perlPackages.ProtocolHTTP2: 1.08 -> 1.09
This commit is contained in:
parent
ad47c381bd
commit
1b4b076e77
@ -12664,11 +12664,11 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
ProtocolHTTP2 = buildPerlModule rec {
|
ProtocolHTTP2 = buildPerlModule rec {
|
||||||
name = "Protocol-HTTP2-1.08";
|
name = "Protocol-HTTP2-1.09";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/C/CR/CRUX/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/C/CR/CRUX/${name}.tar.gz";
|
||||||
sha256 = "06y1djgzbn340hixav85728dvp8mj2mx2qf5fzkqxh145g5q860g";
|
sha256 = "1bc0ybkqhv81dscgzlbr62w4zqjsidcikmkbjanzn83g2b6ia9nc";
|
||||||
};
|
};
|
||||||
buildInputs = [ AnyEvent ModuleBuildTiny NetSSLeay TestLeakTrace TestSharedFork TestTCP ];
|
buildInputs = [ AnyEvent ModuleBuildTiny NetSSLeay TestLeakTrace TestSharedFork TestTCP ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user