tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libheif: 1.19.7 -> 1.19.8, adopt orphan, CVE-2025-29482
kuflierl
9 months ago
1b540b08
ab1e2ce2
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
li
libheif
package.nix
+3
-3
pkgs/by-name/li/libheif/package.nix
···
24
25
stdenv.mkDerivation rec {
26
pname = "libheif";
27
-
version = "1.19.7";
28
29
outputs = [
30
"bin"
···
37
owner = "strukturag";
38
repo = "libheif";
39
rev = "v${version}";
40
-
hash = "sha256-FXq6AOq1tUM05++fkzowApbLnlgeS5ZJ+UmypHrF11g=";
41
};
42
43
nativeBuildInputs = [
···
81
description = "ISO/IEC 23008-12:2017 HEIF image file format decoder and encoder";
82
license = lib.licenses.lgpl3Plus;
83
platforms = lib.platforms.unix;
84
-
maintainers = with lib.maintainers; [ ];
85
};
86
}
···
24
25
stdenv.mkDerivation rec {
26
pname = "libheif";
27
+
version = "1.19.8";
28
29
outputs = [
30
"bin"
···
37
owner = "strukturag";
38
repo = "libheif";
39
rev = "v${version}";
40
+
hash = "sha256-p+VkIJrX/aN2ohSiDmev+6fbS9Lc7Jh14YwW5vLIjJw=";
41
};
42
43
nativeBuildInputs = [
···
81
description = "ISO/IEC 23008-12:2017 HEIF image file format decoder and encoder";
82
license = lib.licenses.lgpl3Plus;
83
platforms = lib.platforms.unix;
84
+
maintainers = with lib.maintainers; [ kuflierl ];
85
};
86
}