libde265: 1.0.14 -> 1.0.15

Fixes CVE-2023-49465, CVE-2023-49467 and CVE-2023-49468

https://github.com/strukturag/libde265/releases/tag/v1.0.15
This commit is contained in:
Thomas Gerbet 2023-12-20 22:01:37 +01:00 committed by Thomas Gerbet
parent ff74914d88
commit c32a8776b0

View File

@ -14,14 +14,14 @@
}:
stdenv.mkDerivation (finalAttrs: rec {
version = "1.0.14";
version = "1.0.15";
pname = "libde265";
src = fetchFromGitHub {
owner = "strukturag";
repo = "libde265";
rev = "refs/tags/v${version}";
hash = "sha256-aZRtF4wYWxi/6ORNu7yVxFFdkvJTvBwPinL5lC0Mlqg=";
hash = "sha256-guiLM4RNe5O0qpeCoQUbs1Z7j0wp8iK9za2+6NIB8yY=";
};
nativeBuildInputs = [ cmake pkg-config ];