Unverified Commit b1c93342 authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

Merge pull request #216065 from dotlambda/imagemagick-7.1.0-62

imagemagick: 7.1.0-61 -> 7.1.0-62
parents 4b6792fb 6ab66c74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,13 +47,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "imagemagick";
  version = "7.1.0-61";
  version = "7.1.0-62";

  src = fetchFromGitHub {
    owner = "ImageMagick";
    repo = "ImageMagick";
    rev = finalAttrs.version;
    hash = "sha256-g7WeqPpPd1gceU+s+vRDpb41IX1lzpiqh3cAYeFdUlg=";
    hash = "sha256-K74BWxGTpkaE+KBrdOCVd+m/2MJP6YUkB2CFh/YEHyI=";
  };

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