mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
perlPackages.Mojolicious: 9.46 -> 9.48
Fixes CVE-2026-14803 in Mojo::JSON and CVE-2026-15747. Assisted-by: Claude Code (Claude Opus 5) Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
committed by
Marcus Ramberg
parent
0d1907cd9f
commit
dda5a5d9a9
@@ -22865,10 +22865,10 @@ with self;
|
||||
|
||||
Mojolicious = buildPerlPackage {
|
||||
pname = "Mojolicious";
|
||||
version = "9.46";
|
||||
version = "9.48";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SR/SRI/Mojolicious-9.46.tar.gz";
|
||||
hash = "sha256-/kc9LK5tLe/pUBgCggc2VoJa0F20TwvIxIQhXi1xaqw=";
|
||||
url = "mirror://cpan/authors/id/S/SR/SRI/Mojolicious-9.48.tar.gz";
|
||||
hash = "sha256-Jv8EFSgR/VsaNrR9mewhnFiZW6jnsVugKzPQdwpe7pg=";
|
||||
};
|
||||
meta = {
|
||||
description = "Real-time web framework";
|
||||
|
||||
Reference in New Issue
Block a user