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

Merge pull request #284170 from dotlambda/imagemagick-7.1.1-27

imagemagick: 7.1.1-26 -> 7.1.1-27
parents cff853ca 0490b296
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,13 +49,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "imagemagick";
  version = "7.1.1-26";
  version = "7.1.1-27";

  src = fetchFromGitHub {
    owner = "ImageMagick";
    repo = "ImageMagick";
    rev = finalAttrs.version;
    hash = "sha256-diJhCRDT0SbAYZdBPoxZJWlrUW2Nz4/d7H0Nnybw0Yw=";
    hash = "sha256-jZ5mLqhNZw8V9D61Nv2gB+6Wo9KP+P3KouQ+u2OUL6I=";
  };

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