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:
parent
ff74914d88
commit
c32a8776b0
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: rec {
|
stdenv.mkDerivation (finalAttrs: rec {
|
||||||
version = "1.0.14";
|
version = "1.0.15";
|
||||||
pname = "libde265";
|
pname = "libde265";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "strukturag";
|
owner = "strukturag";
|
||||||
repo = "libde265";
|
repo = "libde265";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-aZRtF4wYWxi/6ORNu7yVxFFdkvJTvBwPinL5lC0Mlqg=";
|
hash = "sha256-guiLM4RNe5O0qpeCoQUbs1Z7j0wp8iK9za2+6NIB8yY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config ];
|
||||||
|
|
Loading…
Reference in a new issue