about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2021-01-20 20:47:58 +0100
committerThomas Gerbet <thomas@gerbet.me>2021-01-20 20:47:58 +0100
commit58ba6591a6015575aa5673e37a73fb21f26b7546 (patch)
tree1d7b1a31880db155f32c6f5b6c0647c28a3fda6e /pkgs/applications/graphics
parent50a5d4c77307e7da226294f924098d98d5c38990 (diff)
graphicsmagick: 1.3.35 -> 1.3.36
Fix for CVE-2020-12672.
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/graphicsmagick/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/graphicsmagick/default.nix b/pkgs/applications/graphics/graphicsmagick/default.nix
index 5916cdd3b4a09..24e064e721ba8 100644
--- a/pkgs/applications/graphics/graphicsmagick/default.nix
+++ b/pkgs/applications/graphics/graphicsmagick/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   pname = "graphicsmagick";
-  version = "1.3.35";
+  version = "1.3.36";
 
   src = fetchurl {
     url = "mirror://sourceforge/graphicsmagick/GraphicsMagick-${version}.tar.xz";
-    sha256 = "0l024l4hawm9s3jqrgi2j0lxgm61dqh8sgkj1017ma7y11hqv2hq";
+    sha256 = "0ilg6fkppb4avzais1dvi3qf6ln7v3mzj7gjm83w7pwwfpg3ynsx";
   };
 
   patches = [