perlPackages.Mojolicious: 9.35 -> 9.36

This commit is contained in:
Marcus Ramberg 2024-05-01 16:02:28 +02:00
parent 001ee9c16a
commit 741d073087

View file

@ -16598,16 +16598,16 @@ with self; {
Mojolicious = buildPerlPackage { Mojolicious = buildPerlPackage {
pname = "Mojolicious"; pname = "Mojolicious";
version = "9.35"; version = "9.36";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/S/SR/SRI/Mojolicious-9.35.tar.gz"; url = "mirror://cpan/authors/id/S/SR/SRI/Mojolicious-9.36.tar.gz";
hash = "sha256-akpEbuB/ynxtty9dgXVA1oMwCcuN58zkxvskoV7n1Gs="; hash = "sha256-UX7Pb9hqC3xhadVRAiOL+YUWGNt2L7ANTPDZTGJSAV8=";
}; };
meta = { meta = {
description = "Real-time web framework"; description = "Real-time web framework";
homepage = "https://mojolicious.org"; homepage = "https://mojolicious.org";
license = with lib.licenses; [ artistic2 ]; license = with lib.licenses; [ artistic2 ];
maintainers = with maintainers; [ thoughtpolice sgo ]; maintainers = with maintainers; [ marcusramberg sgo thoughtpolice ];
mainProgram = "mojo"; mainProgram = "mojo";
}; };
}; };