mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perlPackages.GD: 2.78 -> 2.86
Fixes CVE-2026-11526. Assisted-by: Claude Code (Claude Opus 4.8) Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
parent
d22c1175af
commit
55c68fd7a0
1 changed files with 4 additions and 3 deletions
|
|
@ -14767,10 +14767,10 @@ with self;
|
|||
|
||||
GD = buildPerlPackage {
|
||||
pname = "GD";
|
||||
version = "2.78";
|
||||
version = "2.86";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/R/RU/RURBAN/GD-2.78.tar.gz";
|
||||
hash = "sha256-aDEFS/VCS09cI9NifT0UhEgPb5wsZmMiIpFfKFG+buQ=";
|
||||
url = "mirror://cpan/authors/id/R/RU/RURBAN/GD-2.86.tar.gz";
|
||||
hash = "sha256-bWTTvhQpzB606IqPICL+yRDqPgeS2k/ljT7fdpXEbKI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
@ -14785,6 +14785,7 @@ with self;
|
|||
pkgs.fontconfig
|
||||
pkgs.libxpm
|
||||
ExtUtilsPkgConfig
|
||||
FileWhich
|
||||
TestFork
|
||||
TestNoWarnings
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue