summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-06-22 12:05:04 +0000
committerGitHub <noreply@github.com>2021-06-22 12:05:04 +0000
commitb7666646457ee97b8914a88c78e1ee202bb8e833 (patch)
treece0ae715f90743e35b61f6d614e437b291bc29fe /pkgs/applications/graphics
parentf6ca26a30980c0c87a86a51049efb88775d9694c (diff)
parentc7bb5a79c8b2304c515922e90d0be281859ef139 (diff)
downloadnixpkgs-b7666646457ee97b8914a88c78e1ee202bb8e833.tar
nixpkgs-b7666646457ee97b8914a88c78e1ee202bb8e833.tar.gz
nixpkgs-b7666646457ee97b8914a88c78e1ee202bb8e833.tar.bz2
nixpkgs-b7666646457ee97b8914a88c78e1ee202bb8e833.tar.lz
nixpkgs-b7666646457ee97b8914a88c78e1ee202bb8e833.tar.xz
nixpkgs-b7666646457ee97b8914a88c78e1ee202bb8e833.tar.zst
nixpkgs-b7666646457ee97b8914a88c78e1ee202bb8e833.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/ImageMagick/6.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/6.x.nix b/pkgs/applications/graphics/ImageMagick/6.x.nix
index d0f5ecf4115..bab1d6cfab7 100644
--- a/pkgs/applications/graphics/ImageMagick/6.x.nix
+++ b/pkgs/applications/graphics/ImageMagick/6.x.nix
@@ -16,13 +16,13 @@ in
 
 stdenv.mkDerivation rec {
   pname = "imagemagick";
-  version = "6.9.12-15";
+  version = "6.9.12-16";
 
   src = fetchFromGitHub {
     owner = "ImageMagick";
     repo = "ImageMagick6";
     rev = version;
-    sha256 = "sha256-bel4p45eQfQPIp5/sawhTYTfyuYRQ5nFuGh4qqt1zDs=";
+    sha256 = "sha256-kg8vt88G6huRbJlVYztKxHiFPhGz/QHuNKtbhmai790=";
   };
 
   outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big