summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-04-23 20:01:47 +0000
committerKerstin <kerstin@erictapen.name>2022-04-24 13:10:01 +0200
commit95aa9e35502a9f868de11f464576f67bf90562a8 (patch)
tree685029d9b27fe8ed171780c8962c9166c41950d0 /pkgs/applications/graphics/ImageMagick
parent3562bb5f33608ea92135cd1f3527a781dcc5a161 (diff)
downloadnixpkgs-95aa9e35502a9f868de11f464576f67bf90562a8.tar
nixpkgs-95aa9e35502a9f868de11f464576f67bf90562a8.tar.gz
nixpkgs-95aa9e35502a9f868de11f464576f67bf90562a8.tar.bz2
nixpkgs-95aa9e35502a9f868de11f464576f67bf90562a8.tar.lz
nixpkgs-95aa9e35502a9f868de11f464576f67bf90562a8.tar.xz
nixpkgs-95aa9e35502a9f868de11f464576f67bf90562a8.tar.zst
nixpkgs-95aa9e35502a9f868de11f464576f67bf90562a8.zip
imagemagick: 7.1.0-30 -> 7.1.0-31
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 74a60857a6a..b4c06ae7719 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-30";
+  version = "7.1.0-31";
 
   src = fetchFromGitHub {
     owner = "ImageMagick";
     repo = "ImageMagick";
     rev = version;
-    hash = "sha256-FfZJfjuQmYvYuOi18cZdr3Nam98/j+ZTGRwsd1sslsY=";
+    hash = "sha256-Pf+x3TnmvKTCDL3dGLyAr6JUl5E3BRi/XW/dkuCr2YA=";
   };
 
   outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big