perlPackages.Mojolicious: 7.88 -> 8.0

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2018-09-20 04:19:56 -05:00
parent e40d850fd1
commit 08815b9af8

View File

@ -9989,16 +9989,20 @@ let
license = stdenv.lib.licenses.asl20;
};
};
Mojolicious = buildPerlPackage rec {
name = "Mojolicious-7.88";
name = "Mojolicious-8.0";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SR/SRI/${name}.tar.gz";
sha256 = "4c4c9c05131fcd175cd6370e15d2586baec1a3ec882cb6971e1f5f52b5e0d785";
sha256 = "b266fd32f12cca2504be012e785f34eb09c0a132df52be183ff5d494e87f0b98";
};
buildInputs = [ ExtUtilsMakeMaker ];
propagatedBuildInputs = [ IOSocketIP JSONPP PodSimple TimeLocal ];
meta = {
homepage = https://mojolicious.org/;
homepage = https://mojolicious.org;
description = "Real-time web framework";
license = with stdenv.lib.licenses; [ artistic2 ];
license = stdenv.lib.licenses.artistic2;
maintainers = [ maintainers.thoughtpolice ];
};
};