about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-07-01 00:04:29 +0200
committerVladimír Čunát <v@cunat.cz>2020-07-01 00:04:29 +0200
commite640908b9213dd1a7c3a4dddb986ce0e9803a32f (patch)
tree5e8c64f9ee5686bc1b914af8cf75f0081a264843 /pkgs/applications/graphics
parentc9d07d7283fcefd4f251f4378913c3153fabbdae (diff)
parent9cd98386a38891d1074fc18036b842dc4416f562 (diff)
Merge #79391: glibc: 2.30 -> 2.31
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 9bcf517e1d9e7..2216fe9199dbb 100644
--- a/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -13,8 +13,8 @@ let
     else throw "ImageMagick is not supported on this platform.";
 
   cfg = {
-    version = "7.0.10-17";
-    sha256 = "15cj9qkikx13j6gfqaawi4nh09lnzg3asf5mdcswx6z6yhbf90zx";
+    version = "7.0.10-19";
+    sha256 = "12ilfdbxllkaa3bs9z86d2nkklqz5c0l57kqj91l2ixjlvra64w0";
     patches = [];
   };
 in