about summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2022-04-21 17:01:04 +0200
committerKerstin Humm <kerstin@erictapen.name>2022-04-21 17:01:04 +0200
commit1200c1c3e080048b9e3d00422dbefeded54d4b3d (patch)
tree187f5c5623f54628966ba2010b9e4feb8ed1cf52 /pkgs/applications/graphics/ImageMagick
parent1ed8857f8d7dcf6711279e643fa6185ea4fdf9b3 (diff)
imagemagick: 7.1.0-29 -> 7.1.0-30
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick')
-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 13a40cee5edfb..48008c3693334 100644
--- a/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -45,13 +45,13 @@ in
 
 stdenv.mkDerivation rec {
   pname = "imagemagick";
-  version = "7.1.0-29";
+  version = "7.1.0-30";
 
   src = fetchFromGitHub {
     owner = "ImageMagick";
     repo = "ImageMagick";
     rev = version;
-    hash = "sha256-46fJMOIGnK5aNIcG7+8mJdZDcSFyFmhmkLcuVlnupSU=";
+    hash = "sha256-FfZJfjuQmYvYuOi18cZdr3Nam98/j+ZTGRwsd1sslsY=";
   };
 
   outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big