libheif: 1.19.7 -> 1.19.8, adopt orphan, CVE-2025-29482 (#405259)
This commit is contained in:
commit
73f89b34da
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user