Skip to content

Commit

Permalink
Merge pull request #208419 from r-ryantm/auto-update/imagemagick
Browse files Browse the repository at this point in the history
imagemagick: 7.1.0-55 -> 7.1.0-56
  • Loading branch information
erictapen authored Dec 31, 2022
2 parents 6767c31 + 21c2734 commit 3c664d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/ImageMagick/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ in

stdenv.mkDerivation rec {
pname = "imagemagick";
version = "7.1.0-55";
version = "7.1.0-56";

src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick";
rev = version;
hash = "sha256-V0poyS1QnHhnSc3QbHHE+BctCBv2knriK0ihMF565d8=";
hash = "sha256-21gzq7VqjJndgkMIOk5ym6PEyIjMGpBfZiPDfkuqOYQ=";
};

outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
Expand Down

0 comments on commit 3c664d4

Please sign in to comment.