Skip to content

Commit

Permalink
imagemagick: 7.1.0-0 -> 7.1.0-1
Browse files Browse the repository at this point in the history
(cherry picked from commit 1688ff5)
  • Loading branch information
erictapen authored and github-actions[bot] committed Jun 22, 2021
1 parent 46d1c3f commit b775880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/ImageMagick/7.0.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ in

stdenv.mkDerivation rec {
pname = "imagemagick";
version = "7.1.0-0";
version = "7.1.0-1";

src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick";
rev = version;
sha256 = "sha256-TmyJMzj5tHMrVm6xRguZmXIg7c6mHmqusMMdJAHNqNg=";
sha256 = "sha256-hDysFOkq+UKP0wYcYfUCq/oIscwK5s7qIT4vtiPM1PE=";
};

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

0 comments on commit b775880

Please sign in to comment.