From 20f3c4de3d8f6022f7fc776832cbe8e3c4a212e8 Mon Sep 17 00:00:00 2001 From: Nixpkgs Monitor Date: Wed, 18 Dec 2013 16:08:06 +0200 Subject: [PATCH] gimp: update from 2.8.8 to 2.8.10 --- pkgs/applications/graphics/gimp/2.8.nix | 4 ++-- 1 file 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 =