From e33fa3a3326f7e808d43b316cc27ca6083d2cca1 Mon Sep 17 00:00:00 2001 From: Yureka Date: Wed, 22 Apr 2026 22:06:28 +0200 Subject: [PATCH 01/11] gclient2nix: update depot-tools --- pkgs/by-name/gc/gclient2nix/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/gc/gclient2nix/package.nix b/pkgs/by-name/gc/gclient2nix/package.nix index 660062a0c3b1..b683352b3664 100644 --- a/pkgs/by-name/gc/gclient2nix/package.nix +++ b/pkgs/by-name/gc/gclient2nix/package.nix @@ -68,8 +68,8 @@ runCommand "gclient2nix" # substitutions depot_tools_checkout = fetchgit { url = "https://chromium.googlesource.com/chromium/tools/depot_tools"; - rev = "fa63ec7437108dcb3a611c6a6c5f3d96771e9581"; - hash = "sha256-hRIwhIdRF2GbyXbpOdi/lla+/XYM+gKosoK+T+kYYu0="; + rev = "977d597d75def6781f890cdce459969a9568ea07"; + hash = "sha256-OCIay+a+DHvKKIbDMSjTf6CbHHVfp8k0n1AO3E4yx1U="; }; passthru = { From 5c3005cce7752d3aa7ccfb951ce666ba8fe2f512 Mon Sep 17 00:00:00 2001 From: Yureka Date: Wed, 22 Apr 2026 22:00:41 +0200 Subject: [PATCH 02/11] electron-source.electron_39: 39.8.7 -> 39.8.9 - 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 --- pkgs/development/tools/electron/39-angle-patchdir.patch | 6 ++++-- pkgs/development/tools/electron/info.json | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pkgs/development/tools/electron/39-angle-patchdir.patch b/pkgs/development/tools/electron/39-angle-patchdir.patch index 1b53bfb2aa85..3e7d49e922dc 100644 --- a/pkgs/development/tools/electron/39-angle-patchdir.patch +++ b/pkgs/development/tools/electron/39-angle-patchdir.patch @@ -6,6 +6,8 @@ index f5dbe8600f..9e1e5e0704 100644 { "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/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" } ] diff --git a/pkgs/development/tools/electron/info.json b/pkgs/development/tools/electron/info.json index 141cd63c6139..dace7d81da38 100644 --- a/pkgs/development/tools/electron/info.json +++ b/pkgs/development/tools/electron/info.json @@ -56,10 +56,10 @@ }, "src/electron": { "args": { - "hash": "sha256-RrqxAum+OEmuh/f2PfPFDulmU3LhTqUtwww8Nb+F7NI=", + "hash": "sha256-y2aqNUsE8XmM+SoLThECL2J5b4NVydj0WAoy7t4AiJg=", "owner": "electron", "repo": "electron", - "tag": "v39.8.7" + "tag": "v39.8.9" }, "fetcher": "fetchFromGitHub" }, @@ -1345,7 +1345,7 @@ "electron_yarn_hash": "sha256-HCnJJqfgcilB+Cl2OaezL9Uu1xk0ZBdVEXg2VDR1dwU=", "modules": "140", "node": "22.22.1", - "version": "39.8.7" + "version": "39.8.9" }, "40": { "chrome": "144.0.7559.236", From c7fc3ffe0569f5638fa97b334afb01a136331d3c Mon Sep 17 00:00:00 2001 From: Yureka Date: Wed, 22 Apr 2026 22:02:05 +0200 Subject: [PATCH 03/11] electron-source.electron_40: 40.8.5 -> 40.9.2 - 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 --- .../tools/electron/40-angle-patchdir.patch | 6 ++++-- pkgs/development/tools/electron/info.json | 14 +++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/pkgs/development/tools/electron/40-angle-patchdir.patch b/pkgs/development/tools/electron/40-angle-patchdir.patch index 595d93b35891..82a3b7f40eca 100644 --- a/pkgs/development/tools/electron/40-angle-patchdir.patch +++ b/pkgs/development/tools/electron/40-angle-patchdir.patch @@ -6,6 +6,8 @@ index f5dbe8600f..9e1e5e0704 100644 { "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/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" } ] diff --git a/pkgs/development/tools/electron/info.json b/pkgs/development/tools/electron/info.json index dace7d81da38..5e66ac65c5f8 100644 --- a/pkgs/development/tools/electron/info.json +++ b/pkgs/development/tools/electron/info.json @@ -1404,10 +1404,10 @@ }, "src/electron": { "args": { - "hash": "sha256-Uvgjmq/xfD1IjYMC2CSmNHGWtsV9V2RJmtKhhRKITyM=", + "hash": "sha256-wTKT4XA0ylL5uUZWfp9XhxiGUkfXrtEzw3Pw+nGwr4w=", "owner": "electron", "repo": "electron", - "tag": "v40.8.5" + "tag": "v40.9.2" }, "fetcher": "fetchFromGitHub" }, @@ -1741,10 +1741,10 @@ }, "src/third_party/electron_node": { "args": { - "hash": "sha256-UvFXQgkp60pQ6K0/ifXq1BX1HzFHCXrseascaQ7rmW0=", + "hash": "sha256-WJSNbXox5oT6WQXARbl9B+DcEaHrCpu96s5Pvq48bfE=", "owner": "nodejs", "repo": "node", - "tag": "v24.14.0" + "tag": "v24.14.1" }, "fetcher": "fetchFromGitHub" }, @@ -2690,10 +2690,10 @@ "fetcher": "fetchFromGitiles" } }, - "electron_yarn_hash": "sha256-+7UFFBC4awv3Eg7aB5fKgIysAA2QIpds7s7xN2DuoP8=", + "electron_yarn_hash": "sha256-0P2Kt1uJA0lmZjIOr4Bpu6NDl4CwEKEgRz/B92oCs9M=", "modules": "143", - "node": "24.14.0", - "version": "40.8.5" + "node": "24.14.1", + "version": "40.9.2" }, "41": { "chrome": "146.0.7680.179", From 335bcca477c7119bc820a37cdafebafe08c5d64c Mon Sep 17 00:00:00 2001 From: Yureka Date: Wed, 22 Apr 2026 22:19:43 +0200 Subject: [PATCH 04/11] electron-source.electron_41: 41.2.0 -> 41.2.2 - Changelog: https://github.com/electron/electron/releases/tag/v41.2.2 - Diff: https://github.com/electron/electron/compare/refs/tags/v41.2.0...v41.2.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-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 --- pkgs/development/tools/electron/info.json | 36 +++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/pkgs/development/tools/electron/info.json b/pkgs/development/tools/electron/info.json index 5e66ac65c5f8..12473a5114d3 100644 --- a/pkgs/development/tools/electron/info.json +++ b/pkgs/development/tools/electron/info.json @@ -2696,7 +2696,7 @@ "version": "40.9.2" }, "41": { - "chrome": "146.0.7680.179", + "chrome": "146.0.7680.188", "chromium": { "deps": { "gn": { @@ -2705,15 +2705,15 @@ "version": "0-unstable-2026-02-05" } }, - "version": "146.0.7680.179" + "version": "146.0.7680.188" }, "chromium_npm_hash": "sha256-ByB1Ea5tduIJZXyydeBWsoS8OPABOgwHe+dNXRssdvc=", "deps": { "src": { "args": { - "hash": "sha256-HTeAvITnXbFdNiKmXWlOPfWFRjJ1ES2QkY5LjwX4OII=", + "hash": "sha256-EKShXS1zF3TWCNLj8gCxjXlr80rA99QGM9ip28kgQH0=", "postFetch": "rm -rf $(find $out/third_party/blink/web_tests ! -name BUILD.gn -mindepth 1 -maxdepth 1); rm -r $out/content/test/data; rm -rf $out/courgette/testdata; rm -r $out/extensions/test/data; rm -r $out/media/test/data; ", - "tag": "146.0.7680.179", + "tag": "146.0.7680.188", "url": "https://chromium.googlesource.com/chromium/src.git" }, "fetcher": "fetchFromGitiles" @@ -2752,10 +2752,10 @@ }, "src/electron": { "args": { - "hash": "sha256-Pt/BZVy3kSREabV0LvLAQN5D2v2GHBvnRKUuZ9DIQ+Y=", + "hash": "sha256-3ZAPYER2e3xNUYgwJiqG0K9EKkBx9mTnUpaNaD9FxQw=", "owner": "electron", "repo": "electron", - "tag": "v41.2.0" + "tag": "v41.2.2" }, "fetcher": "fetchFromGitHub" }, @@ -2785,8 +2785,8 @@ }, "src/third_party/angle": { "args": { - "hash": "sha256-9Me/9kdDgcDLGP/0lLWpj294IoUp0hDD5hfFjSZbTOc=", - "rev": "1c0f91aaa60a1f87725840495cbfd9717e7c77c8", + "hash": "sha256-u/2B+93xg1sMlg+R9zjAFXpyjgLCyzB7JY4bjLafFFE=", + "rev": "d1100603964278cd89c5eb94707fbca242c788bf", "url": "https://chromium.googlesource.com/angle/angle.git" }, "fetcher": "fetchFromGitiles" @@ -3089,10 +3089,10 @@ }, "src/third_party/electron_node": { "args": { - "hash": "sha256-UvFXQgkp60pQ6K0/ifXq1BX1HzFHCXrseascaQ7rmW0=", + "hash": "sha256-WJSNbXox5oT6WQXARbl9B+DcEaHrCpu96s5Pvq48bfE=", "owner": "nodejs", "repo": "node", - "tag": "v24.14.0" + "tag": "v24.14.1" }, "fetcher": "fetchFromGitHub" }, @@ -3628,8 +3628,8 @@ }, "src/third_party/pdfium": { "args": { - "hash": "sha256-yfjXNWczeGwPlnAVB161OsFXiHms2IRstqKmoZ/AWFU=", - "rev": "bccc616f83aaed08f65d4a707dfe00e24133772b", + "hash": "sha256-/reVJqqKSGUX1INmwOPQabPodYwlbhlxTIO0pAlnJnY=", + "rev": "9e6326d6112c90f525c5f85cd7e39318bc705317", "url": "https://pdfium.googlesource.com/pdfium.git" }, "fetcher": "fetchFromGitiles" @@ -3999,8 +3999,8 @@ }, "src/third_party/webrtc": { "args": { - "hash": "sha256-g2GYFVTK8f296v7lUcYPqkI4qDoladsTpnKWb6SGRmw=", - "rev": "6733aa5ba16e1e1087f339d1151c80c924a6fbf8", + "hash": "sha256-2yynA/qNvjP6KN2jShDuwnaSMJ1xRduWP4xsbODPDOE=", + "rev": "70d86bbfaeeadffb1193c2aad245edd23ef251ef", "url": "https://webrtc.googlesource.com/src.git" }, "fetcher": "fetchFromGitiles" @@ -4047,8 +4047,8 @@ }, "src/v8": { "args": { - "hash": "sha256-nG4goqqVAAWPMkq8296wCYhnwL93oAL+pF1oaMXyqZI=", - "rev": "0ad812d268a7820dba9bf848b416aeda4dd1b2e5", + "hash": "sha256-NFz9p4EWq46Tm+Y/hBXk4Vb0Ljy/s1BTbuiMH351IJs=", + "rev": "f09a91282a26caa91d016c962d785d852cfdec36", "url": "https://chromium.googlesource.com/v8/v8.git" }, "fetcher": "fetchFromGitiles" @@ -4056,7 +4056,7 @@ }, "electron_yarn_hash": "sha256-tPI7O7xlvDjU5+krILVB6JhLpftMq4Bn8+KIKMjBVgA=", "modules": "145", - "node": "24.14.0", - "version": "41.2.0" + "node": "24.14.1", + "version": "41.2.2" } } From d9b19289e9492565033fb88497b842d6c5e0c043 Mon Sep 17 00:00:00 2001 From: Yureka Date: Thu, 23 Apr 2026 13:02:00 +0200 Subject: [PATCH 05/11] electron-source.electron_41: 41.2.2 -> 41.3.0 - Changelog: https://github.com/electron/electron/releases/tag/v41.3.0 - Diff: https://github.com/electron/electron/compare/refs/tags/v41.2.2...v41.3.0 --- pkgs/development/tools/electron/info.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/development/tools/electron/info.json b/pkgs/development/tools/electron/info.json index 12473a5114d3..9782b841607e 100644 --- a/pkgs/development/tools/electron/info.json +++ b/pkgs/development/tools/electron/info.json @@ -2752,10 +2752,10 @@ }, "src/electron": { "args": { - "hash": "sha256-3ZAPYER2e3xNUYgwJiqG0K9EKkBx9mTnUpaNaD9FxQw=", + "hash": "sha256-x3XSMSq1GuSTwQuOqbg9hCaMCoKx8UPGMDtJu5y1qfA=", "owner": "electron", "repo": "electron", - "tag": "v41.2.2" + "tag": "v41.3.0" }, "fetcher": "fetchFromGitHub" }, @@ -3089,10 +3089,10 @@ }, "src/third_party/electron_node": { "args": { - "hash": "sha256-WJSNbXox5oT6WQXARbl9B+DcEaHrCpu96s5Pvq48bfE=", + "hash": "sha256-Y4FP+AstENp1uTYBo8HeTRDwvKClTdrZ4RztLeHNP3k=", "owner": "nodejs", "repo": "node", - "tag": "v24.14.1" + "tag": "v24.15.0" }, "fetcher": "fetchFromGitHub" }, @@ -4056,7 +4056,7 @@ }, "electron_yarn_hash": "sha256-tPI7O7xlvDjU5+krILVB6JhLpftMq4Bn8+KIKMjBVgA=", "modules": "145", - "node": "24.14.1", - "version": "41.2.2" + "node": "24.15.0", + "version": "41.3.0" } } From 26c4cf808ada77fc1748c8361035e4900656bfd6 Mon Sep 17 00:00:00 2001 From: yaya Date: Fri, 24 Apr 2026 08:18:47 +0200 Subject: [PATCH 06/11] electron_39-bin: 39.8.7 -> 39.8.9 - 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 --- pkgs/development/tools/electron/binary/info.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/development/tools/electron/binary/info.json b/pkgs/development/tools/electron/binary/info.json index 4c4791aeba72..846449f3fdb9 100644 --- a/pkgs/development/tools/electron/binary/info.json +++ b/pkgs/development/tools/electron/binary/info.json @@ -12,14 +12,14 @@ }, "39": { "hashes": { - "aarch64-darwin": "86fa117ba10e36149ca33d7c22de2cfc3fb7490ca88b07ce953d2efe1f2a41cd", - "aarch64-linux": "fd721650a0e25829b76d307e944383be828533cdddd53e44a0b772e96e3e019b", - "armv7l-linux": "5d0a75a53cdba1ecfc678910084802fe500f13f470310ae1d2c66840d3c7390b", - "headers": "0sb9biq3z92f32dklisiax9pk5kj8yhwvihchcsp6v4vag7jx45v", - "x86_64-darwin": "5dfe5559fd283c3962221c674b30a5b986895b644b1b4bc179e0c7673a14f1cf", - "x86_64-linux": "233b2775f1c46e5ebd5afeb4fb95ce9fda61229bad20aef1031468eb54b3656e" + "aarch64-darwin": "2c921ce845b4f5fa0abeb160f38f472ed486f7b1c8fb8a19f549a48f388bdbfa", + "aarch64-linux": "c0cb946a480b0f4a6dfdbed3287fd38b099b749696d7b9107e24287aa9eded97", + "armv7l-linux": "e16173659ba8d982ad5718309d0eb22f793c6a58e9c0fd2e518ef5f045d96b40", + "headers": "15alm4mx7ad4czrysnk7wds625y7rsz7ncr1djq8an8fdar3fnw0", + "x86_64-darwin": "5a42fa7665fa67570990b5b2608d2414692a8176033401ffc07b3f26fca3901d", + "x86_64-linux": "9473c2773377344fd8822fe0255a1d2bff00b4f4b3e1fe8acadea00164e56c33" }, - "version": "39.8.7" + "version": "39.8.9" }, "40": { "hashes": { From 27fa3902f63794cf9a10cb215cc385f6d486d0b3 Mon Sep 17 00:00:00 2001 From: yaya Date: Fri, 24 Apr 2026 08:18:49 +0200 Subject: [PATCH 07/11] electron-chromedriver_39: 39.8.7 -> 39.8.9 - 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 --- .../tools/electron/chromedriver/info.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/development/tools/electron/chromedriver/info.json b/pkgs/development/tools/electron/chromedriver/info.json index acbf58fdf2d5..33849fbd99a9 100644 --- a/pkgs/development/tools/electron/chromedriver/info.json +++ b/pkgs/development/tools/electron/chromedriver/info.json @@ -12,14 +12,14 @@ }, "39": { "hashes": { - "aarch64-darwin": "2e2a3533f9969ded3b11eb0baa5357abeb652975d9bcaea0b0725c9bd0866061", - "aarch64-linux": "a8caf72372eb47deb336dc440eb183c30d228b3fef5349dac7571d86103f117c", - "armv7l-linux": "5d5f02b2e28e8328435d2fd83207098e69dc3e5fecbbbdc2612792370ab2c4ec", - "headers": "0sb9biq3z92f32dklisiax9pk5kj8yhwvihchcsp6v4vag7jx45v", - "x86_64-darwin": "c74882bcbdd53f6e8cd65906809ac446bb032dce3ce8f109e2376d49b9b394ee", - "x86_64-linux": "e336dc2dce9d11d44f6eb5b5cc655d3311a9a109ea184625da3ac51181c3ad27" + "aarch64-darwin": "3d42fdf5593888c429b00ec93f6a82419a9d5c61a5d61570e579383f4c08f8cf", + "aarch64-linux": "276aedebc81eb62b7ae8f84066c8973fb7e9b273dbbea8362960d68ca87440d3", + "armv7l-linux": "fcc4530933f100a2aef219478bb15ead89da64da1b80e393152195b34468cec6", + "headers": "15alm4mx7ad4czrysnk7wds625y7rsz7ncr1djq8an8fdar3fnw0", + "x86_64-darwin": "f6a4774573be8922cd6b993e0d65af9d660b2648656ec26703ba8ee9b49f5b69", + "x86_64-linux": "dbff1ba3f73432215eb2968a00374a6f8e1028eae155c228fec034037e2deb14" }, - "version": "39.8.7" + "version": "39.8.9" }, "40": { "hashes": { From 69c17264a090f13370a36d7dc0278fd27e5f5b75 Mon Sep 17 00:00:00 2001 From: yaya Date: Fri, 24 Apr 2026 08:18:52 +0200 Subject: [PATCH 08/11] electron_40-bin: 40.8.5 -> 40.9.2 - 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 --- pkgs/development/tools/electron/binary/info.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/development/tools/electron/binary/info.json b/pkgs/development/tools/electron/binary/info.json index 846449f3fdb9..6d0fa7474876 100644 --- a/pkgs/development/tools/electron/binary/info.json +++ b/pkgs/development/tools/electron/binary/info.json @@ -23,14 +23,14 @@ }, "40": { "hashes": { - "aarch64-darwin": "7a400c28aeba7bdf691ff03d2a620b76c7f8c75fdfac1f4543a8dc13b039fa24", - "aarch64-linux": "5af0073c52a8dc729e118340b5f50c4b2932bd94ba992e1c5380fe1545330373", - "armv7l-linux": "8f65d16758cdec2d4474732fb60e1f28e1829b4ee7ba67fcb9b5b6510652e667", - "headers": "1jrcg0yqbi7xxlk7hanqbxvj2p4d7r2dqikbbawqvb7iakw4m5iv", - "x86_64-darwin": "2600d89b2ffa452bb5dc2fe11f0f7719ae001273f6f6c68988140986e5f95508", - "x86_64-linux": "3bce6ee4e4e481f7ce6d0be384f6c539ce16e0b9b7f46115aec6516770f6c26d" + "aarch64-darwin": "70cc74c3c16f1d8536ed7095bac4eefadfa0ef27d2632507c0f7e3c137ed9ed7", + "aarch64-linux": "b732c89edcc45bd5d32135e0309f42dc76c0753501e002550e9459323f473634", + "armv7l-linux": "fc1f7800d1318578a0dabaa14485e8af915c34d94144c248f9d91e0f5b76dca5", + "headers": "0j9mqglwcp1rgcwm33qhlb4bydfjmy1si5f9z42kh7y6diz3361p", + "x86_64-darwin": "e5fcf17b02e1ce362ef60984ecc65f029766322d4adff6ee8c51d7331b6eedf0", + "x86_64-linux": "cfe272fedfd4f164be45f7c8c12736220a98b60bb888fa51fb830031118ee6e8" }, - "version": "40.8.5" + "version": "40.9.2" }, "41": { "hashes": { From d7c2e8759fe26c3bc5abb4cffd43f85ad17e095e Mon Sep 17 00:00:00 2001 From: yaya Date: Fri, 24 Apr 2026 08:18:54 +0200 Subject: [PATCH 09/11] electron-chromedriver_40: 40.8.5 -> 40.9.2 - 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 --- .../tools/electron/chromedriver/info.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/development/tools/electron/chromedriver/info.json b/pkgs/development/tools/electron/chromedriver/info.json index 33849fbd99a9..f738307d6df1 100644 --- a/pkgs/development/tools/electron/chromedriver/info.json +++ b/pkgs/development/tools/electron/chromedriver/info.json @@ -23,14 +23,14 @@ }, "40": { "hashes": { - "aarch64-darwin": "60a199b111b7cb032f6400371064cfa75457c13fd1699aa25dae2ca780e10b63", - "aarch64-linux": "6dec383c6f0779daffdd7b8e106d7a4261bc798acf7c250195a98de79f0e92d5", - "armv7l-linux": "57304ae9d455ba9be1fc079138ccaa1c4f168dece10aec970477beea7b92270f", - "headers": "1jrcg0yqbi7xxlk7hanqbxvj2p4d7r2dqikbbawqvb7iakw4m5iv", - "x86_64-darwin": "6e774f3ae2d69accc3745e09f39fce6dc18d7cbe63e2698dfb7f36a2881b2f05", - "x86_64-linux": "804d1cd1c20c44691e071a2f9a25e42cfd28f4ccfd4368552072e37ad18ad807" + "aarch64-darwin": "ceb0feda64be263d6bfa0173c25959315e127d8f5bcd6d6189b1bcef5b356528", + "aarch64-linux": "8c488eb7691bbaa8c5c9868db92339f768a739ac2de127561df2f45bcdc09107", + "armv7l-linux": "a3115eb15d6bc34b9fca833b8e573ed967aa5fe11e2b37ceec6ba6a2d3eb28e4", + "headers": "0j9mqglwcp1rgcwm33qhlb4bydfjmy1si5f9z42kh7y6diz3361p", + "x86_64-darwin": "525a0bb96790542274f6cbd13d5fba81e4f5a6e7f6f488e351eb64ae7fcd391a", + "x86_64-linux": "3704387a4f3073d2dfa03c6cfce7dca6d78f3ee0b7f600f9eb3eeacf54c18432" }, - "version": "40.8.5" + "version": "40.9.2" }, "41": { "hashes": { From 34b9596a5933b689a5addb5630fcc753c589945c Mon Sep 17 00:00:00 2001 From: yaya Date: Fri, 24 Apr 2026 08:18:57 +0200 Subject: [PATCH 10/11] electron_41-bin: 41.2.0 -> 41.3.0 - Changelog: https://github.com/electron/electron/releases/tag/v41.3.0 - Diff: https://github.com/electron/electron/compare/refs/tags/v41.2.0...v41.3.0 --- pkgs/development/tools/electron/binary/info.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/development/tools/electron/binary/info.json b/pkgs/development/tools/electron/binary/info.json index 6d0fa7474876..315ec0c2a500 100644 --- a/pkgs/development/tools/electron/binary/info.json +++ b/pkgs/development/tools/electron/binary/info.json @@ -34,13 +34,13 @@ }, "41": { "hashes": { - "aarch64-darwin": "e018684f96c873415fbea4713fc7db96b6d1e2bd3db4513e2b8c1887ec83a719", - "aarch64-linux": "f8983c877df8f2b93c76d35e45af9df82c9eb5f294b183f8fe5930e5155fdc4e", - "armv7l-linux": "71e8db75ab19d3c403c5476fdec120bbd19750b0c4cbe9086ff729e0e0c712c4", - "headers": "0620qjyndlq9kg9ypr9l7l97bd6z5fxx5sa2am0nh7z4cxvx5rz7", - "x86_64-darwin": "fb3750bcfccc0146065708bf065288252da02489d51414a6d5b77d04f94a3f2a", - "x86_64-linux": "fb0b31f5bb2b248d571c08ab57437c08a69b57f63ccdf9e55d6692b6132848d4" + "aarch64-darwin": "7a98f47f4c4f49399d3a838e9150b8828d2f5bf8aa7db769657ae82fab21f9d0", + "aarch64-linux": "c2bc73bf42630cf233fc9701d1cabb1edc0c367f47c8c967d9263cf90585e37a", + "armv7l-linux": "f116698dae5a68d9e9d650d97bcae6ef0ac6457d03e86b422f47ed4d79275d7c", + "headers": "1w8rdbjanqkl1237ppcgrkwdng93gniv3mqfxqikv0rpsg2d7gi7", + "x86_64-darwin": "9d0accc2157df3eb3a15c79f27a9dd763099d96aa286041cc1ba9a3ce6aed737", + "x86_64-linux": "b20e03cf174f8e56e235127d784dff8161ef4bb9c6bbc3d9383130225eb1e2a2" }, - "version": "41.2.0" + "version": "41.3.0" } } From 7b204c047fe214032c3ad740d533c04912cf6d27 Mon Sep 17 00:00:00 2001 From: yaya Date: Fri, 24 Apr 2026 08:18:59 +0200 Subject: [PATCH 11/11] electron-chromedriver_41: 41.2.0 -> 41.3.0 - Changelog: https://github.com/electron/electron/releases/tag/v41.3.0 - Diff: https://github.com/electron/electron/compare/refs/tags/v41.2.0...v41.3.0 --- .../tools/electron/chromedriver/info.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/development/tools/electron/chromedriver/info.json b/pkgs/development/tools/electron/chromedriver/info.json index f738307d6df1..6dd2fa8085d3 100644 --- a/pkgs/development/tools/electron/chromedriver/info.json +++ b/pkgs/development/tools/electron/chromedriver/info.json @@ -34,13 +34,13 @@ }, "41": { "hashes": { - "aarch64-darwin": "9f8e18fec80a8a93d123549e379f1524c61bdd7c005d90a4df02a5aa5c9b779b", - "aarch64-linux": "83c9570411fb2ed83548b08b1a95928a3828ecb5f8a5f7c862f4188611420614", - "armv7l-linux": "217ffd04268cd8f459e1f6be0cd81431f45a04af3175073e0e56a4f15068e372", - "headers": "0620qjyndlq9kg9ypr9l7l97bd6z5fxx5sa2am0nh7z4cxvx5rz7", - "x86_64-darwin": "9e7fc8ded16d5f4c82373a4b048d48beec8529b6126bad188f08fc7923f8b40d", - "x86_64-linux": "84009c924c7e5feabee8066f7dbf54abf1997d033d9156a6a36e3b8cf9f0b148" + "aarch64-darwin": "f654e5cd471ff09f861fd7bc68a18866882881dab86b71e53aaac939ac286f16", + "aarch64-linux": "1781267ed7ecfe92457242edd5e8110470a24d3eff4d5fa6f4afc433f85292c5", + "armv7l-linux": "5e54790862956c39eae0ece135bd779d5c10a30b8749ff66e8896a58018af6ee", + "headers": "1w8rdbjanqkl1237ppcgrkwdng93gniv3mqfxqikv0rpsg2d7gi7", + "x86_64-darwin": "4b656ad287e5afe3efbcb371584fc8a602c8afa3322d4b19ba6550b42f15d3e9", + "x86_64-linux": "250c2f8382902f97754fa1ff4691f6608a2ac99489af58459017906aee66878f" }, - "version": "41.2.0" + "version": "41.3.0" } }