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

Merge pull request #215031 from dotlambda/imagemagick-7.1.0-61

imagemagick: 7.1.0-60 -> 7.1.0-61
parents 56f4c99a 063997be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,13 +47,13 @@ in

stdenv.mkDerivation rec {
  pname = "imagemagick";
  version = "7.1.0-60";
  version = "7.1.0-61";

  src = fetchFromGitHub {
    owner = "ImageMagick";
    repo = "ImageMagick";
    rev = version;
    hash = "sha256-dQfmW9rt66eWOaKbZ9j8jc1k8v+F8B9TpTx12L+0VE4=";
    hash = "sha256-g7WeqPpPd1gceU+s+vRDpb41IX1lzpiqh3cAYeFdUlg=";
  };

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