libheif: 1.19.7 -> 1.19.8, adopt orphan, CVE-2025-29482 (#405259)

This commit is contained in:
Yohann Boniface 2025-05-15 10:10:47 +02:00 committed by GitHub
commit 73f89b34da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@
stdenv.mkDerivation rec {
pname = "libheif";
version = "1.19.7";
version = "1.19.8";
outputs = [
"bin"
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
owner = "strukturag";
repo = "libheif";
rev = "v${version}";
hash = "sha256-FXq6AOq1tUM05++fkzowApbLnlgeS5ZJ+UmypHrF11g=";
hash = "sha256-p+VkIJrX/aN2ohSiDmev+6fbS9Lc7Jh14YwW5vLIjJw=";
};
nativeBuildInputs = [
@ -81,6 +81,6 @@ stdenv.mkDerivation rec {
description = "ISO/IEC 23008-12:2017 HEIF image file format decoder and encoder";
license = lib.licenses.lgpl3Plus;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ kuflierl ];
};
}