3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.MojoJWT: init at 0.08

This commit is contained in:
Stig Palmquist 2019-10-09 02:39:30 +02:00
parent c67a7b0e00
commit f075d2e62e
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -11277,6 +11277,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";