Unverified Commit 63c4c8d6 authored by Stig's avatar Stig Committed by GitHub
Browse files

Merge pull request #308289 from marcusramberg/marcus/up_mojo

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