about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-07-17 21:49:41 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-07-17 21:53:47 +0200
commit540f4a8eab0718d3c8a19c827669e676fa97300e (patch)
treebd2f69a2212f17c7255250e35904ad4f85d09b5b /pkgs
parentf4ea97ae90c86f715f18579d823b2bb42cb6c28c (diff)
downloadnixlib-540f4a8eab0718d3c8a19c827669e676fa97300e.tar
nixlib-540f4a8eab0718d3c8a19c827669e676fa97300e.tar.gz
nixlib-540f4a8eab0718d3c8a19c827669e676fa97300e.tar.bz2
nixlib-540f4a8eab0718d3c8a19c827669e676fa97300e.tar.lz
nixlib-540f4a8eab0718d3c8a19c827669e676fa97300e.tar.xz
nixlib-540f4a8eab0718d3c8a19c827669e676fa97300e.tar.zst
nixlib-540f4a8eab0718d3c8a19c827669e676fa97300e.zip
gimp: security 2.8.16 -> 2.8.18
Fixes CVE-2016-4994 and some bugs:
http://www.gimp.org/news/2016/07/14/gimp-2-8-18-released/
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/graphics/gimp/2.8.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/gimp/2.8.nix b/pkgs/applications/graphics/gimp/2.8.nix
index 5943cb9cdacf..27d7376fe526 100644
--- a/pkgs/applications/graphics/gimp/2.8.nix
+++ b/pkgs/applications/graphics/gimp/2.8.nix
@@ -5,7 +5,7 @@
 
 stdenv.mkDerivation rec {
   name = "gimp-${version}";
-  version = "2.8.16";
+  version = "2.8.18";
 
   # This declarations for `gimp-with-plugins` wrapper,
   # (used for determining $out/lib/gimp/${majorVersion}/ paths)
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://download.gimp.org/pub/gimp/v2.8/${name}.tar.bz2";
-    sha256 = "1dsgazia9hmab8cw3iis7s69dvqyfj5wga7ds7w2q5mms1xqbqwm";
+    sha256 = "0halh6sl3d2j9gahyabj6h6r3yyldcy7sfb4qrfazpkqqr3j5p9r";
   };
 
   buildInputs =