mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perlPackages.Mojolicious: 9.39 -> 9.46
Fixes CVE-2024-58135. Assisted-by: Claude Code (Claude Opus 4.8) Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
parent
49ef24302d
commit
5b6275f405
1 changed files with 3 additions and 3 deletions
|
|
@ -22810,10 +22810,10 @@ with self;
|
|||
|
||||
Mojolicious = buildPerlPackage {
|
||||
pname = "Mojolicious";
|
||||
version = "9.39";
|
||||
version = "9.46";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SR/SRI/Mojolicious-9.39.tar.gz";
|
||||
hash = "sha256-EwpJDXfXYTn3NM4biU1Fm64DgF+x89/dWPxE/oKvPP0=";
|
||||
url = "mirror://cpan/authors/id/S/SR/SRI/Mojolicious-9.46.tar.gz";
|
||||
hash = "sha256-/kc9LK5tLe/pUBgCggc2VoJa0F20TwvIxIQhXi1xaqw=";
|
||||
};
|
||||
meta = {
|
||||
description = "Real-time web framework";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue