Skip to content

Commit

Permalink
Merge pull request #127778 from NixOS/backport-127775-to-release-20.09
Browse files Browse the repository at this point in the history
[Backport release-20.09] imagemagick: 7.1.0-0 -> 7.1.0-1
  • Loading branch information
dotlambda authored Jun 22, 2021
2 parents 46d1c3f + b775880 commit d6a5be8
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 d6a5be8

Please sign in to comment.