From 5abd5fc42cbe725824f7e6710935bf1358e3a13d Mon Sep 17 00:00:00 2001 From: adisbladis Date: Thu, 5 Jul 2018 19:17:18 +0800 Subject: [PATCH 1/2] gegl_0_4: 0.4.2 -> 0.4.4 --- pkgs/development/libraries/gegl/4.0.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/gegl/4.0.nix b/pkgs/development/libraries/gegl/4.0.nix index 623ee5b3375c..f32bc120170c 100644 --- a/pkgs/development/libraries/gegl/4.0.nix +++ b/pkgs/development/libraries/gegl/4.0.nix @@ -3,13 +3,13 @@ , libwebp, gnome3, libintl }: let - version = "0.4.2"; + version = "0.4.4"; in stdenv.mkDerivation rec { name = "gegl-${version}"; src = fetchurl { url = "https://download.gimp.org/pub/gegl/${stdenv.lib.versions.majorMinor version}/${name}.tar.bz2"; - sha256 = "13bzl0k5l12pk8bkcq4ar7wscbnw7jswhp34mwfsrf10kp0qndba"; + sha256 = "143qwn92xc5wm09p9iwrpw9y0ahha5lcyx1bb0lzwcb1fgd4bjzq"; }; # needs fonts otherwise, don't know how to pass them From e9dd449683b3c313fc5a48159afb8c48eeccbaeb Mon Sep 17 00:00:00 2001 From: adisbladis Date: Thu, 5 Jul 2018 19:17:48 +0800 Subject: [PATCH 2/2] gimp: 2.10.2 -> 2.10.4 --- pkgs/applications/graphics/gimp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/gimp/default.nix b/pkgs/applications/graphics/gimp/default.nix index 4acc7cf37583..8e18d531605c 100644 --- a/pkgs/applications/graphics/gimp/default.nix +++ b/pkgs/applications/graphics/gimp/default.nix @@ -9,11 +9,11 @@ let inherit (python2Packages) pygtk wrapPython python; in stdenv.mkDerivation rec { name = "gimp-${version}"; - version = "2.10.2"; + version = "2.10.4"; src = fetchurl { url = "http://download.gimp.org/pub/gimp/v${stdenv.lib.versions.majorMinor version}/${name}.tar.bz2"; - sha256 = "1srkqd9cx1xmny7cyk3b6f14dknb3fd77whm38vlvr7grnpbmc0w"; + sha256 = "14pi0q3wwkapy0inqxk1hjsa2h8lff1z4wgdsyrk29jaw66pdc7z"; }; nativeBuildInputs = [ autoreconfHook pkgconfig intltool gettext wrapPython ];