3
0
Fork 0
forked from mirrors/nixpkgs

libheif: 1.5.0 → 1.6.0

https://github.com/strukturag/libheif/releases/tag/v1.6.0

Fixes crashes in gimp file-heif plug-in:
https://gitlab.gnome.org/GNOME/gimp/issues/4185

Also split outputs since manpage was added.
This commit is contained in:
Jan Tojnar 2019-11-20 21:59:53 +01:00
parent e89b21504f
commit e7566ebf82
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -2,13 +2,15 @@
stdenv.mkDerivation rec {
pname = "libheif";
version = "1.5.1";
version = "1.6.0";
outputs = [ "bin" "out" "dev" "man" ];
src = fetchFromGitHub {
owner = "strukturag";
repo = "libheif";
rev = "v${version}";
sha256 = "0x6207hiy15k2696476qx9jcbzs90fq8cfv4jw6hi14w4wzq89kr";
sha256 = "0im9k2pqghlsppj165kh3nc26c4wx1brckmncdmpy0mcj56jjmba";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];