cinnamon.pix: 3.2.2 -> 3.4.0

https://github.com/linuxmint/pix/compare/3.2.2...3.4.0
This commit is contained in:
Bobby Rong 2024-06-06 22:27:16 +08:00
parent 6bdc9ea86d
commit 073a07cc63
No known key found for this signature in database

View File

@ -7,6 +7,7 @@
, exiv2
, libheif
, libjpeg
, libjxl
, libtiff
, gst_all_1
, libraw
@ -30,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "pix";
version = "3.2.2";
version = "3.4.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-tRndJjUw/k5mJPFTBMfW88Mvp2wZtC3RUzyS8bBO1jc=";
sha256 = "sha256-XXt5tq+Zfm6fqorsFAWV3guii6gTK5JRgw26GkNkoos=";
};
nativeBuildInputs = [
@ -65,6 +66,7 @@ stdenv.mkDerivation rec {
lcms2
libheif
libjpeg
libjxl
libraw
librsvg
libsecret