summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 06:53:10 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 06:53:10 -0700
commit167ccf73c452ffdeec97978e819f3100985c9c0c (patch)
treef51ff3f3b185c17900a338682e266c568b872677
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
downloadnixpkgs-167ccf73c452ffdeec97978e819f3100985c9c0c.tar
nixpkgs-167ccf73c452ffdeec97978e819f3100985c9c0c.tar.gz
nixpkgs-167ccf73c452ffdeec97978e819f3100985c9c0c.tar.bz2
nixpkgs-167ccf73c452ffdeec97978e819f3100985c9c0c.tar.lz
nixpkgs-167ccf73c452ffdeec97978e819f3100985c9c0c.tar.xz
nixpkgs-167ccf73c452ffdeec97978e819f3100985c9c0c.tar.zst
nixpkgs-167ccf73c452ffdeec97978e819f3100985c9c0c.zip
imagemagick7: 7.0.8-53 -> 7.0.8-58
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/imagemagick/versions
-rw-r--r--pkgs/applications/graphics/ImageMagick/7.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/7.0.nix b/pkgs/applications/graphics/ImageMagick/7.0.nix
index 2bd2207a97a..003a17aa3d4 100644
--- a/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -13,8 +13,8 @@ let
     else throw "ImageMagick is not supported on this platform.";
 
   cfg = {
-    version = "7.0.8-53";
-    sha256 = "0cgfsng2d14891fqwf7mlclsi576c42v0h5r6i4208bakcr25vzk";
+    version = "7.0.8-58";
+    sha256 = "0yfw32nydwy7ag7ina1zc6yssa146x4v35hjv6v59bci9mmj9fb1";
     patches = [];
   };
 in