summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2021-04-23 22:27:14 +0200
committerJustin Humm <justin.humm@posteo.de>2021-04-23 22:27:14 +0200
commit4a965004140fa61ee61de825fe02124b508f83a2 (patch)
tree6c3f32a5cc01a080133877fe10fdeabb56fc7cfe /pkgs/applications/graphics
parentc9c3e3793b4d150453ad70b6cbc91af5700d8c56 (diff)
downloadnixpkgs-4a965004140fa61ee61de825fe02124b508f83a2.tar
nixpkgs-4a965004140fa61ee61de825fe02124b508f83a2.tar.gz
nixpkgs-4a965004140fa61ee61de825fe02124b508f83a2.tar.bz2
nixpkgs-4a965004140fa61ee61de825fe02124b508f83a2.tar.lz
nixpkgs-4a965004140fa61ee61de825fe02124b508f83a2.tar.xz
nixpkgs-4a965004140fa61ee61de825fe02124b508f83a2.tar.zst
nixpkgs-4a965004140fa61ee61de825fe02124b508f83a2.zip
imagemagick: 7.0.11-6 -> 7.0.11-8
Diffstat (limited to 'pkgs/applications/graphics')
-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 8cf7966703f..b2c665258cd 100644
--- a/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -16,13 +16,13 @@ in
 
 stdenv.mkDerivation rec {
   pname = "imagemagick";
-  version = "7.0.11-6";
+  version = "7.0.11-8";
 
   src = fetchFromGitHub {
     owner = "ImageMagick";
     repo = "ImageMagick";
     rev = version;
-    sha256 = "sha256-QClOS58l17KHeQXya+IKNx6nIkd6jCKp8uupRH7Fwnk=";
+    sha256 = "sha256-h9hoFXnxuLVQRVtEh83P7efz2KFLLqOXKD6nVJEhqiM=";
   };
 
   outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big