about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-12-27 12:33:02 +0100
committerGitHub <noreply@github.com>2021-12-27 12:33:02 +0100
commit998234e12e971670ebdc071ca5c8c0aae08a76aa (patch)
tree578f6da7e8724bf59c45690fb6d0cc4b73b6ea2a /pkgs/applications/graphics
parentdd32786e23b978b4df70d5e12515151d860b7865 (diff)
parente6c3e3d3948cdea2c816d280c7caca88330b4d38 (diff)
Merge pull request #152245 from jtojnar/gimp
gimp: 2.10.28 → 2.10.30
Diffstat (limited to 'pkgs/applications/graphics')
-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 c9472e9a15dda..9a91e5f8c6e9e 100644
--- a/pkgs/applications/graphics/gimp/default.nix
+++ b/pkgs/applications/graphics/gimp/default.nix
@@ -53,13 +53,13 @@ let
   python = python2.withPackages (pp: [ pp.pygtk ]);
 in stdenv.mkDerivation rec {
   pname = "gimp";
-  version = "2.10.28";
+  version = "2.10.30";
 
   outputs = [ "out" "dev" ];
 
   src = fetchurl {
     url = "http://download.gimp.org/pub/gimp/v${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
-    sha256 = "T03CLP8atfAm/qoqtV4Fd1s6EeGYGGtHvat5y/oHiCY=";
+    sha256 = "iIFdqnbtfUJ37rNTNYuvoRbNL80shh2VuVE1wdUrZ9w=";
   };
 
   patches = [