mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
[cpan2nix] perlPackages.Mojolicious: 6.56 -> 7.71
This commit is contained in:
parent
a8d3e61a88
commit
3c74f80e00
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user