summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp/2.8.nix
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-18 16:08:06 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-18 18:18:28 +0200
commit20f3c4de3d8f6022f7fc776832cbe8e3c4a212e8 (patch)
tree9fa41737800696db543ca04aee97515c314cc614 /pkgs/applications/graphics/gimp/2.8.nix
parent3cd09215c7ce7b9a07016520bcdbf92afcbc7aa6 (diff)
downloadnixlib-20f3c4de3d8f6022f7fc776832cbe8e3c4a212e8.tar
nixlib-20f3c4de3d8f6022f7fc776832cbe8e3c4a212e8.tar.gz
nixlib-20f3c4de3d8f6022f7fc776832cbe8e3c4a212e8.tar.bz2
nixlib-20f3c4de3d8f6022f7fc776832cbe8e3c4a212e8.tar.lz
nixlib-20f3c4de3d8f6022f7fc776832cbe8e3c4a212e8.tar.xz
nixlib-20f3c4de3d8f6022f7fc776832cbe8e3c4a212e8.tar.zst
nixlib-20f3c4de3d8f6022f7fc776832cbe8e3c4a212e8.zip
gimp: update from 2.8.8 to 2.8.10
Diffstat (limited to 'pkgs/applications/graphics/gimp/2.8.nix')
-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 d6b005e8e3d5..af7d9e3399b0 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.8";
+  name = "gimp-2.8.10";
 
   src = fetchurl {
     url = "ftp://ftp.gimp.org/pub/gimp/v2.8/${name}.tar.bz2";
-    md5 = "ef2547c3514a1096931637bd6250635a";
+    sha256 = "1rha8yx0pplfjziqczjrxxp16vsvpmb5ziq3c218s4w9z4cqpzg7";
   };
 
   buildInputs =