Skip to content

Commit

Permalink
Merge pull request NixOS#263198 from dotlambda/imagemagick-7.1.1-21
Browse files Browse the repository at this point in the history
imagemagick: 7.1.1-19 -> 7.1.1-21
  • Loading branch information
stigtsp authored Oct 25, 2023
2 parents fbdaf18 + 9bf6335 commit 3be4a51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/graphics/ImageMagick/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
, Foundation
, testers
, imagemagick
, nixos-icons
, perlPackages
, python3
}:
Expand All @@ -48,13 +49,13 @@ in

stdenv.mkDerivation (finalAttrs: {
pname = "imagemagick";
version = "7.1.1-19";
version = "7.1.1-21";

src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick";
rev = finalAttrs.version;
hash = "sha256-SxvaodAjSlOvmGPnD0AcXHrE5dTX2eX1sDM/441rP64=";
hash = "sha256-DqVonNh6bFNK91Pd6MwIO1yMrshfGAWNWPpHHQUA2sQ=";
};

outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
Expand Down Expand Up @@ -126,6 +127,7 @@ stdenv.mkDerivation (finalAttrs: {

passthru.tests = {
version = testers.testVersion { package = finalAttrs.finalPackage; };
inherit nixos-icons;
inherit (perlPackages) ImageMagick;
inherit (python3.pkgs) img2pdf;
pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20271,10 +20271,10 @@ with self; {
PerlMagick = ImageMagick; # added 2021-08-02
ImageMagick = buildPerlPackage rec {
pname = "Image-Magick";
version = "7.1.1-18";
version = "7.1.1-20";
src = fetchurl {
url = "mirror://cpan/authors/id/J/JC/JCRISTY/Image-Magick-${version}.tar.gz";
hash = "sha256-42mvGP4FkY/YfPOh/jRiUFWdDk+S2oB0Jfqv30AAlxw=";
hash = "sha256-oMAwXQBxuV2FgPHBhUi+toNFPVnRLNjZqdP2q+ki6jg=";
};
buildInputs = [ pkgs.imagemagick ];
preConfigure =
Expand Down

0 comments on commit 3be4a51

Please sign in to comment.