summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick/7.0.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-03 17:11:49 +0200
committerGitHub <noreply@github.com>2021-06-03 17:11:49 +0200
commit67897e581c4786e7e97f563b2446c0d7df2c22a2 (patch)
tree444e0ba01af1fe66ec152182cd4bd3a2f5ff6baf /pkgs/applications/graphics/ImageMagick/7.0.nix
parent25b7ba022b982048fdd79993e802a8aef74a80c3 (diff)
parent31a8c0e5c4d9f63a17054ea30d7b963c48f5790e (diff)
downloadnixpkgs-67897e581c4786e7e97f563b2446c0d7df2c22a2.tar
nixpkgs-67897e581c4786e7e97f563b2446c0d7df2c22a2.tar.gz
nixpkgs-67897e581c4786e7e97f563b2446c0d7df2c22a2.tar.bz2
nixpkgs-67897e581c4786e7e97f563b2446c0d7df2c22a2.tar.lz
nixpkgs-67897e581c4786e7e97f563b2446c0d7df2c22a2.tar.xz
nixpkgs-67897e581c4786e7e97f563b2446c0d7df2c22a2.tar.zst
nixpkgs-67897e581c4786e7e97f563b2446c0d7df2c22a2.zip
Merge pull request #125119 from erictapen/imagemagick-7.0.11-14
imagemagick: 7.0.11-13 -> 7.0.11-14
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick/7.0.nix')
-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 9c42980c564..e74f92d908c 100644
--- a/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -18,13 +18,13 @@ in
 
 stdenv.mkDerivation rec {
   pname = "imagemagick";
-  version = "7.0.11-13";
+  version = "7.0.11-14";
 
   src = fetchFromGitHub {
     owner = "ImageMagick";
     repo = "ImageMagick";
     rev = version;
-    sha256 = "sha256-6dYc636m1OeRqIPv5NFz/K8OUvl6sgEQKjfvTngR2Ms=";
+    sha256 = "sha256-s/+xwi/taPoDMckF4tX37/BPg9o1sqsipOoDERbK0ZA=";
   };
 
   outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big