Skip to content

Commit

Permalink
[cpan2nix] perlPackages.Mojolicious: 6.56 -> 7.71
Browse files Browse the repository at this point in the history
  • Loading branch information
volth committed Apr 7, 2018
1 parent a8d3e61 commit 3c74f80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9263,12 +9263,11 @@ let self = _self // overrides; _self = with self; {
};
};
Mojolicious = buildPerlPackage rec {
name = "Mojolicious-6.56";
name = "Mojolicious-7.71";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SR/SRI/${name}.tar.gz";
sha256 = "82f73553836ac378edf825fd9f24be982653be9e0d78f8ba38b7841aabdafb02";
sha256 = "25d8ab46fd7c340abcbbe740f690c197df6ff40a9c3dddf907629211bf3ad905";
};
propagatedBuildInputs = [ JSONPP ];
meta = {
homepage = http://mojolicious.org;
description = "Real-time web framework";
Expand Down

0 comments on commit 3c74f80

Please sign in to comment.