mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
perlPackages.Imager: 1.031 -> 1.034
Fixes CVE-2026-13705, CVE-2026-14454 and CVE-2026-19082. 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
2f2c847575
commit
4114dbc5bc
@@ -17355,10 +17355,10 @@ with self;
|
||||
|
||||
Imager = buildPerlPackage rec {
|
||||
pname = "Imager";
|
||||
version = "1.031";
|
||||
version = "1.034";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/T/TO/TONYC/Imager-${version}.tar.gz";
|
||||
hash = "sha256-kL59G9/F7bfxfPgreeamYUxbAuv+Mm67b2afzaeRNAE=";
|
||||
hash = "sha256-hrWizXGna4QJJJFSGl1WI4Qo8sN1AYMsmVxaMxJg+AM=";
|
||||
};
|
||||
buildInputs = [
|
||||
pkgs.freetype
|
||||
|
||||
Reference in New Issue
Block a user