summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-06-02 22:29:46 -0400
committerGitHub <noreply@github.com>2017-06-02 22:29:46 -0400
commitb520c30d9ece95b8c64caf6691db99d486e08717 (patch)
tree78fec3dc2c068e96a4f842bc18dcb057c5f7004b /pkgs/applications/graphics
parentcca234d345dc3c864bb503e904c1d5720370a0e4 (diff)
parent3775a9070193de40c36e65ef065dfeb9efb90b19 (diff)
downloadnixlib-b520c30d9ece95b8c64caf6691db99d486e08717.tar
nixlib-b520c30d9ece95b8c64caf6691db99d486e08717.tar.gz
nixlib-b520c30d9ece95b8c64caf6691db99d486e08717.tar.bz2
nixlib-b520c30d9ece95b8c64caf6691db99d486e08717.tar.lz
nixlib-b520c30d9ece95b8c64caf6691db99d486e08717.tar.xz
nixlib-b520c30d9ece95b8c64caf6691db99d486e08717.tar.zst
nixlib-b520c30d9ece95b8c64caf6691db99d486e08717.zip
Merge pull request #25767 from armijnhemel/gimp
gimp: 2.8.20 -> 2.8.22
Diffstat (limited to 'pkgs/applications/graphics')
-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 8c430435dd7a..47004a025009 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.20";
+  version = "2.8.22";
 
   # 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 = "939ca1df70be865c672ffd654f4e20f188121d01601c5c90237214101533c805";
+    sha256 = "12k3lp938qdc9cqj29scg55f3bb8iav2fysd29w0s49bqmfa71wi";
   };
 
   buildInputs =