mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-29 05:25:48 +00:00
- Changelog: https://github.com/electron/electron/releases/tag/v40.9.2 - Diff: https://github.com/electron/electron/compare/refs/tags/v40.8.5...v40.9.2 - Fixes CVE-2026-6296 - Fixes CVE-2026-6297 - Fixes CVE-2026-6298 - Fixes CVE-2026-6299 - Fixes CVE-2026-6300 - Fixes CVE-2026-6301 - Fixes CVE-2026-6302 - Fixes CVE-2026-6303 - Fixes CVE-2026-6304 - Fixes CVE-2026-6305 - Fixes CVE-2026-6306 - Fixes CVE-2026-6307 - Fixes CVE-2026-6308 - Fixes CVE-2026-6309 - Fixes CVE-2026-6311 - Fixes CVE-2026-6313 - Fixes CVE-2026-6314 - Fixes CVE-2026-6316 - Fixes CVE-2026-6318 - Fixes CVE-2026-6358 - Fixes CVE-2026-6359 - Fixes CVE-2026-6360 - Fixes CVE-2026-6361 - Fixes CVE-2026-6362 - Fixes CVE-2026-6363 - Fixes CVE-2026-6364
14 lines
836 B
Diff
14 lines
836 B
Diff
diff --git a/electron/patches/config.json b/electron/patches/config.json
|
|
index f5dbe8600f..9e1e5e0704 100644
|
|
--- a/electron/patches/config.json
|
|
+++ b/electron/patches/config.json
|
|
@@ -15,5 +15,5 @@
|
|
{ "patch_dir": "src/electron/patches/reclient-configs", "repo": "src/third_party/engflow-reclient-configs" },
|
|
{ "patch_dir": "src/electron/patches/sqlite", "repo": "src/third_party/sqlite/src" },
|
|
{ "patch_dir": "src/electron/patches/skia", "repo": "src/third_party/skia" },
|
|
- { "patch_dir": "src/electron/patches/angle", "repo": "src/third_party/angle/src" },
|
|
+ { "patch_dir": "src/electron/patches/angle", "repo": "src/third_party/angle" },
|
|
{ "patch_dir": "src/electron/patches/pdfium", "repo": "src/third_party/pdfium" },
|
|
{ "patch_dir": "src/electron/patches/libaom", "repo": "src/third_party/libaom/source/libaom" }
|
|
]
|