mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
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:
parent
6bdc9ea86d
commit
073a07cc63
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user