summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick/7.0.nix
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2021-11-23 18:31:40 +0100
committerKerstin Humm <kerstin@erictapen.name>2021-11-23 18:31:40 +0100
commit63ea61bcf0be615562d7d8f982c005d6c52d6118 (patch)
tree4ae200383f517f7f39c0ff64c7f58cc228ae7a46 /pkgs/applications/graphics/ImageMagick/7.0.nix
parenta2a756e8034ceb65adcabad5b2d29a97151ad4ab (diff)
downloadnixpkgs-63ea61bcf0be615562d7d8f982c005d6c52d6118.tar
nixpkgs-63ea61bcf0be615562d7d8f982c005d6c52d6118.tar.gz
nixpkgs-63ea61bcf0be615562d7d8f982c005d6c52d6118.tar.bz2
nixpkgs-63ea61bcf0be615562d7d8f982c005d6c52d6118.tar.lz
nixpkgs-63ea61bcf0be615562d7d8f982c005d6c52d6118.tar.xz
nixpkgs-63ea61bcf0be615562d7d8f982c005d6c52d6118.tar.zst
nixpkgs-63ea61bcf0be615562d7d8f982c005d6c52d6118.zip
imagemagick: 7.1.0-15 -> 7.1.0-16
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 9ca6fa912fe..c78f9fb8ddd 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.1.0-15";
+  version = "7.1.0-16";
 
   src = fetchFromGitHub {
     owner = "ImageMagick";
     repo = "ImageMagick";
     rev = version;
-    sha256 = "sha256-M5BhCb5caknohwk0oncJBCBJs32p0EdNs4dNqRfDRYc=";
+    sha256 = "sha256-souH5Fop4ss1ysaYylHcykoeB0HvMtqU51xggKoRFDM=";
   };
 
   outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big