Merge pull request #70822 from stigtsp/package/perl-mojo-jwt-init

perlPackages.MojoJWT: init at 0.08
This commit is contained in:
Renaud 2019-10-14 10:03:24 +02:00 committed by GitHub
commit b49dd0ecb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11292,6 +11292,23 @@ let
};
};
MojoJWT = buildPerlModule {
pname = "Mojo-JWT";
version = "0.08";
src = fetchurl {
url = "mirror://cpan/authors/id/J/JB/JBERGER/Mojo-JWT-0.08.tar.gz";
sha256 = "c910229e1182266b6666a2d65deea381a04e48d3aa788c42461b3184006934de";
};
buildInputs = [ ModuleBuildTiny ];
propagatedBuildInputs = [ Mojolicious ];
meta = {
homepage = "https://github.com/jberger/Mojo-JWT";
description = "JSON Web Token the Mojo way";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
MonitoringPlugin = buildPerlPackage {
pname = "Monitoring-Plugin";
version = "0.40";