about summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorMica Semrick <mica@silentumbrella.com>2017-02-08 20:36:03 -0800
committervbgl <vbgl@users.noreply.github.com>2017-02-11 11:11:12 +0100
commit6f48d6291f0692cae4a3fe8be5cc3abc03e63990 (patch)
treeaaf6cc000aa3ad175183c0c21f4730fa22483c96 /pkgs/applications/graphics/gimp
parentb4588ee03c64b5e5b1921daf835cd779f8b80296 (diff)
downloadnixlib-6f48d6291f0692cae4a3fe8be5cc3abc03e63990.tar
nixlib-6f48d6291f0692cae4a3fe8be5cc3abc03e63990.tar.gz
nixlib-6f48d6291f0692cae4a3fe8be5cc3abc03e63990.tar.bz2
nixlib-6f48d6291f0692cae4a3fe8be5cc3abc03e63990.tar.lz
nixlib-6f48d6291f0692cae4a3fe8be5cc3abc03e63990.tar.xz
nixlib-6f48d6291f0692cae4a3fe8be5cc3abc03e63990.tar.zst
nixlib-6f48d6291f0692cae4a3fe8be5cc3abc03e63990.zip
gimpPlugins.gmic: 1.6.5.0 -> 1.7.8
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/plugins/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index fa6db4e7f02f..29d950ec695e 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -125,7 +125,7 @@ rec {
       Filters/Enhance/Smart remove selection
     */
     name = "resynthesizer-2.0.1";
-    buildInputs = [ gimp pkgs.fftw pkgs.autoreconfHook ] 
+    buildInputs = [ gimp pkgs.fftw pkgs.autoreconfHook ]
       ++ gimp.nativeBuildInputs;
     makeFlags = "GIMP_LIBDIR=$out/lib/gimp/2.0/";
     src = fetchFromGitHub {
@@ -178,13 +178,13 @@ rec {
 
   gmic =
     pluginDerivation rec {
-      name = "gmic-1.6.5.0";
+      name = "gmic-1.7.8";
 
       buildInputs = [pkgconfig pkgs.fftw pkgs.opencv gimp] ++ gimp.nativeBuildInputs;
 
       src = fetchurl {
-        url = http://gmic.eu/files/source/gmic_1.6.5.0.tar.gz;
-        sha256 = "1vb6zm5zpqfnzxjvb9yfvczaqacm55rf010ib0yk9f28b17qrjgb";
+        url = "http://gmic.eu/files/source/gmic_1.7.8.tar.gz";
+        sha256 = "1921s0n2frj8q95l8lm8was64cypnychgcgcavx9q8qljzbk4brs";
       };
 
       sourceRoot = "${name}/src";