mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-14 09:13:56 +00:00
- Changelog: https://github.com/electron/electron/releases/tag/v39.8.9
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.8.7...v39.8.9
- 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-6312
- 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
(cherry picked from commit 5c3005cce7)
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
|
|
@@ -14,5 +14,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" }
|
|
]
|