Skip to content

Commit

Permalink
libde265: 1.0.12 -> 1.0.14
Browse files Browse the repository at this point in the history
Fixes CVE-2023-43887 and other security issues.

(cherry picked from commit 87ebba1)
  • Loading branch information
r-ryantm authored and LeSuisse committed Dec 2, 2023
1 parent fa29ba5 commit 484ab6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libde265/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
}:

stdenv.mkDerivation (finalAttrs: rec {
version = "1.0.12";
version = "1.0.14";
pname = "libde265";

src = fetchFromGitHub {
owner = "strukturag";
repo = "libde265";
rev = "refs/tags/v${version}";
hash = "sha256-pl1r3n4T4FcJ4My/wCE54R2fmTdrlJOvgb2U0MZf1BI=";
hash = "sha256-aZRtF4wYWxi/6ORNu7yVxFFdkvJTvBwPinL5lC0Mlqg=";
};

nativeBuildInputs = [ autoreconfHook pkg-config ];
Expand Down

0 comments on commit 484ab6c

Please sign in to comment.