3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.HTTPDaemon: 6.01 -> 6.14

This commit is contained in:
Stig Palmquist 2022-07-15 15:16:52 +02:00
parent 65fae659e3
commit c1fe33bc63

View file

@ -10674,11 +10674,12 @@ let
HTTPDaemon = buildPerlPackage {
pname = "HTTP-Daemon";
version = "6.01";
version = "6.14";
src = fetchurl {
url = "mirror://cpan/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz";
sha256 = "1hmd2isrkilf0q0nkxms1q64kikjmcw9imbvrjgky6kh89vqdza3";
url = "mirror://cpan/authors/id/O/OA/OALDERS/HTTP-Daemon-6.14.tar.gz";
sha256 = "sha256-8HZ+fzy7gLITE8dh8HrY7SU7zp+i0LqAaz+3LTCbLh0=";
};
buildInputs = [ ModuleBuildTiny TestNeeds ];
propagatedBuildInputs = [ HTTPMessage ];
meta = {
description = "A simple http server class";