summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2021-05-31 21:24:17 +0200
committererictapen <justin.humm@posteo.de>2021-06-11 16:34:41 +0200
commit99f12af681ebd3369a72580cccddc317841765c5 (patch)
tree1da0dedf3084591e9b87bb795f0147844faba215 /pkgs/applications
parent5a409e8d4a12214a5b9c3466d01f49c46adbc2e6 (diff)
downloadnixpkgs-99f12af681ebd3369a72580cccddc317841765c5.tar
nixpkgs-99f12af681ebd3369a72580cccddc317841765c5.tar.gz
nixpkgs-99f12af681ebd3369a72580cccddc317841765c5.tar.bz2
nixpkgs-99f12af681ebd3369a72580cccddc317841765c5.tar.lz
nixpkgs-99f12af681ebd3369a72580cccddc317841765c5.tar.xz
nixpkgs-99f12af681ebd3369a72580cccddc317841765c5.tar.zst
nixpkgs-99f12af681ebd3369a72580cccddc317841765c5.zip
imagemagick: 6.9.12-12 -> 6.9.12-14
Diffstat (limited to 'pkgs/applications')
-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 e8a88249368..5d9bc4fdd36 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-12";
+  version = "6.9.12-14";
 
   src = fetchFromGitHub {
     owner = "ImageMagick";
     repo = "ImageMagick6";
     rev = version;
-    sha256 = "sha256-yqMYuayQjPlTqi3+CtwP5CdsAGud/fHR0I2LwUPIq00=";
+    sha256 = "sha256-RK6N4koHVAqol16QXLFWUgI6N5Rph2QCIHxmDFs3Jfk=";
   };
 
   outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big