about summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorCillian de Róiste <goibhniu@fsfe.org>2013-11-09 16:27:11 +0100
committerCillian de Róiste <goibhniu@fsfe.org>2013-11-09 16:27:11 +0100
commit0c555809d15342f31e8e67217c0d15d016835473 (patch)
treebd74943bb011be19da3cf67ff053107f7aa0088b /pkgs/applications/graphics/gimp
parent1ff90228b290b1449b2dc82b2647a21eead14a7f (diff)
downloadnixlib-0c555809d15342f31e8e67217c0d15d016835473.tar
nixlib-0c555809d15342f31e8e67217c0d15d016835473.tar.gz
nixlib-0c555809d15342f31e8e67217c0d15d016835473.tar.bz2
nixlib-0c555809d15342f31e8e67217c0d15d016835473.tar.lz
nixlib-0c555809d15342f31e8e67217c0d15d016835473.tar.xz
nixlib-0c555809d15342f31e8e67217c0d15d016835473.tar.zst
nixlib-0c555809d15342f31e8e67217c0d15d016835473.zip
gimp: upgrade to 2.8.8
This also fixes color management support (lcms2)
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-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 4e12e2320815..d6b005e8e3d5 100644
--- a/pkgs/applications/graphics/gimp/2.8.nix
+++ b/pkgs/applications/graphics/gimp/2.8.nix
@@ -4,11 +4,11 @@
 , python, pygtk, libart_lgpl, libexif, gettext, xlibs }:
 
 stdenv.mkDerivation rec {
-  name = "gimp-2.8.6";
+  name = "gimp-2.8.8";
 
   src = fetchurl {
     url = "ftp://ftp.gimp.org/pub/gimp/v2.8/${name}.tar.bz2";
-    md5 = "12b3fdf33d1f07ae79b412a9e38b9693";
+    md5 = "ef2547c3514a1096931637bd6250635a";
   };
 
   buildInputs =