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:14:47 -0800
committervbgl <vbgl@users.noreply.github.com>2017-02-09 10:32:25 +0100
commitc06b6d944641eb70a67ae30dc00b0d2ea57b5e30 (patch)
treeed041520f9efa75763fe6b2ed93418b759a24674 /pkgs/applications/graphics/gimp
parent333e36eca06f68c4670925329e6c6da9cd5c00d0 (diff)
downloadnixlib-c06b6d944641eb70a67ae30dc00b0d2ea57b5e30.tar
nixlib-c06b6d944641eb70a67ae30dc00b0d2ea57b5e30.tar.gz
nixlib-c06b6d944641eb70a67ae30dc00b0d2ea57b5e30.tar.bz2
nixlib-c06b6d944641eb70a67ae30dc00b0d2ea57b5e30.tar.lz
nixlib-c06b6d944641eb70a67ae30dc00b0d2ea57b5e30.tar.xz
nixlib-c06b6d944641eb70a67ae30dc00b0d2ea57b5e30.tar.zst
nixlib-c06b6d944641eb70a67ae30dc00b0d2ea57b5e30.zip
gimp: 2.8.18 -> 2.8.20
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 4cb67cde7518..8c430435dd7a 100644
--- a/pkgs/applications/graphics/gimp/2.8.nix
+++ b/pkgs/applications/graphics/gimp/2.8.nix
@@ -8,7 +8,7 @@ let
   inherit (python2Packages) pygtk wrapPython python;
 in stdenv.mkDerivation rec {
   name = "gimp-${version}";
-  version = "2.8.18";
+  version = "2.8.20";
 
   # This declarations for `gimp-with-plugins` wrapper,
   # (used for determining $out/lib/gimp/${majorVersion}/ paths)
@@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://download.gimp.org/pub/gimp/v2.8/${name}.tar.bz2";
-    sha256 = "0halh6sl3d2j9gahyabj6h6r3yyldcy7sfb4qrfazpkqqr3j5p9r";
+    sha256 = "939ca1df70be865c672ffd654f4e20f188121d01601c5c90237214101533c805";
   };
 
   buildInputs =