We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5e42df + 3162224 commit ccc2834Copy full SHA for ccc2834
1 file changed
pkgs/by-name/cc/ccextractor/package.nix
@@ -2,6 +2,7 @@
2
lib,
3
stdenv,
4
fetchFromGitHub,
5
+ fetchpatch,
6
writeTextFile,
7
8
pkg-config,
@@ -43,6 +44,11 @@ stdenv.mkDerivation (finalAttrs: {
43
44
./remove-default-commit-hash.patch
45
./remove-vendored-libraries.patch
46
./fix-avcodec-close.patch
47
+ (fetchpatch {
48
+ name = "CVE-2026-2245.patch";
49
+ url = "https://github.com/CCExtractor/ccextractor/commit/fd7271bae238ccb3ae8a71304ea64f0886324925.patch";
50
+ hash = "sha256-wZiJob5v4SVa5YBmiHuNvgphSi4PhTTb3hg4vs1lhVg=";
51
+ })
52
]
53
++ finalAttrs.cargoDeps.vendorStaging.patches;
54
0 commit comments