aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorDirk Lemstra <dirk@git.imagemagick.org>2018-04-21 10:41:53 +0200
committerDirk Lemstra <dirk@git.imagemagick.org>2018-04-21 10:42:57 +0200
commit5d3c7ff2e101ec155b025ff4ffe409a16dba9706 (patch)
tree9db5c6e7862f0fa72d38782455afda8ca9eeac97 /pkgs/applications/graphics/ImageMagick
parent09dfb91f9b1b4d3d9feea8eb1edb3600686583fe (diff)
Fixed repo for ImageMagick 6 (#39276)
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick')
-rw-r--r--pkgs/applications/graphics/ImageMagick/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix
index be3a369c28b..4bbc34bb7bb 100644
--- a/pkgs/applications/graphics/ImageMagick/default.nix
+++ b/pkgs/applications/graphics/ImageMagick/default.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "ImageMagick";
- repo = "ImageMagick";
+ repo = "ImageMagick6";
rev = cfg.version;
inherit (cfg) sha256;
};