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:
Stig Palmquist
2026-08-08 15:57:55 +00:00
committed by Marcus Ramberg
parent 2f2c847575
commit 4114dbc5bc

View File

@@ -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