Skip to content

Commit

Permalink
perlPackages.Mojolicious: 7.88 -> 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Sep 20, 2018
1 parent e40d850 commit 08815b9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -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 ];
};
};

Expand Down

0 comments on commit 08815b9

Please sign in to comment.