Skip to content

Commit

Permalink
[Backport release-24.05] perlPackages.Imager: 1.019 -> 1.025 (#357378)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored Nov 26, 2024
2 parents 6f6076c + 323434d commit 429b985
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12519,10 +12519,10 @@ with self; {

Imager = buildPerlPackage {
pname = "Imager";
version = "1.019";
version = "1.025";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TONYC/Imager-1.019.tar.gz";
hash = "sha256-dNRNcBwfFPxLmE+toelVcmtQTC2LBtJl56hh+llDy0g=";
url = "mirror://cpan/authors/id/T/TO/TONYC/Imager-1.025.tar.gz";
hash = "sha256-TwJ1y7HgEdfz/sYE3GtgwaxvAt78KYs9A31ur3vqcFg=";
};
buildInputs = [ pkgs.freetype pkgs.fontconfig pkgs.libjpeg pkgs.libpng ];
makeMakerFlags = [ "--incpath ${pkgs.libjpeg.dev}/include" "--libpath ${pkgs.libjpeg.out}/lib" "--incpath" "${pkgs.libpng.dev}/include" "--libpath" "${pkgs.libpng.out}/lib" ];
Expand Down

0 comments on commit 429b985

Please sign in to comment.