about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-10-23 12:52:07 +0200
committerGitHub <noreply@github.com>2021-10-23 12:52:07 +0200
commit9e369dbdc8b26768ecf73aeca226a16347f506c6 (patch)
treef6f10ee7ed6283ebe19287dc5dcbd0f40ecc64b8 /pkgs/applications/graphics
parent43b33a0aeb14e74bfd12f1ea5d22ca0708e01f42 (diff)
parent8e2a0342dcebac64e7f8aed16586e4f886523647 (diff)
Merge pull request #138410 from jtojnar/gimp-2.10.28
gimp: 2.10.24 → 2.10.28
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 08d3f122aab50..86550b873719c 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.24";
+  version = "2.10.28";
 
   outputs = [ "out" "dev" ];
 
   src = fetchurl {
     url = "http://download.gimp.org/pub/gimp/v${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
-    sha256 = "17lq6ns5qhspd171zqh76yf98xnn5n0hcl7hbhbx63cc6ribf6xx";
+    sha256 = "T03CLP8atfAm/qoqtV4Fd1s6EeGYGGtHvat5y/oHiCY=";
   };
 
   patches = [