about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-06-12 11:29:25 +0200
committerGitHub <noreply@github.com>2020-06-12 11:29:25 +0200
commit3437d3c64fd7578651d2695f9c43b4c972dfa9a5 (patch)
tree2eb1f62e114c2fc660b96314de74389b44de1bc1 /pkgs/applications
parentc60e2bee7c514a422ebf74c766e9e18c936ad845 (diff)
parentd7ffb5fa07fa67d69aeb763a4ca10c34ed30e5d2 (diff)
Merge pull request #90154 from adisbladis/gimp-2_10_20
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/graphics/gimp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/gimp/default.nix b/pkgs/applications/graphics/gimp/default.nix
index 56135c4bd3db2..9e448fa23a433 100644
--- a/pkgs/applications/graphics/gimp/default.nix
+++ b/pkgs/applications/graphics/gimp/default.nix
@@ -50,13 +50,13 @@ let
   inherit (python2Packages) pygtk wrapPython python;
 in stdenv.mkDerivation rec {
   pname = "gimp";
-  version = "2.10.18";
+  version = "2.10.20";
 
   outputs = [ "out" "dev" ];
 
   src = fetchurl {
     url = "http://download.gimp.org/pub/gimp/v${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
-    sha256 = "05np26g61fyr72s7qjfrcck8v57r0yswq5ihvqyzvgzfx08y3gv5";
+    sha256 = "4S+fh0saAHxCd7YKqB4LZzML5+YVPldJ6tg5uQL8ezw=";
   };
 
   nativeBuildInputs = [