Skip to content

Commit

Permalink
Merge pull request #188674 from r-ryantm/auto-update/imagemagick
Browse files Browse the repository at this point in the history
imagemagick: 7.1.0-46 -> 7.1.0-47
  • Loading branch information
erictapen authored Aug 28, 2022
2 parents 33db2cb + 5ba8f7c commit abbb1e1
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-46";
version = "7.1.0-47";

src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick";
rev = version;
hash = "sha256-yts86tQMPgdF9Zk1vljVza21mlx1g3XcoHjvtsMoZhA=";
hash = "sha256-x5kC9nd38KgSpzJX3y6h2iBnte+UHrfZnbkRD/Dgqi8=";
};

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

0 comments on commit abbb1e1

Please sign in to comment.