gimp: 2.10.30 → 2.10.32
https://www.gimp.org/news/2022/06/14/gimp-2-10-32-released/
This commit is contained in:
parent
206a9575b8
commit
8dd255b886
1 changed files with 4 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
, lcms
|
||||
, libpng
|
||||
, libjpeg
|
||||
, libjxl
|
||||
, poppler
|
||||
, poppler_data
|
||||
, libtiff
|
||||
|
@ -53,13 +54,13 @@ let
|
|||
python = python2.withPackages (pp: [ pp.pygtk ]);
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "gimp";
|
||||
version = "2.10.30";
|
||||
version = "2.10.32";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.gimp.org/pub/gimp/v${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
|
||||
sha256 = "iIFdqnbtfUJ37rNTNYuvoRbNL80shh2VuVE1wdUrZ9w=";
|
||||
sha256 = "PxXHBVSvXcwbRubcaPPY8KbMn+VrbXisCMD9hZq4miU=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -100,6 +101,7 @@ in stdenv.mkDerivation rec {
|
|||
lcms
|
||||
libpng
|
||||
libjpeg
|
||||
libjxl
|
||||
poppler
|
||||
poppler_data
|
||||
libtiff
|
||||
|
|
Loading…
Reference in a new issue