From 655da9d3192cd1795d8ae2bad7e17c03d3a9f55b Mon Sep 17 00:00:00 2001 From: Yaya Date: Sat, 4 May 2024 16:05:24 +0200 Subject: [PATCH] electron-source.electron_29: 29.3.0 -> 29.3.2 - Changelog: https://github.com/electron/electron/releases/tag/v29.3.2 - Diff: https://github.com/electron/electron/compare/refs/tags/v29.3.0...v29.3.2 - Fixes CVE-2024-4058 - Fixes CVE-2024-4060 --- pkgs/development/tools/electron/info.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/electron/info.json b/pkgs/development/tools/electron/info.json index 17aa093c6368..7de1e5bae670 100644 --- a/pkgs/development/tools/electron/info.json +++ b/pkgs/development/tools/electron/info.json @@ -1831,10 +1831,10 @@ }, "src/electron": { "fetcher": "fetchFromGitHub", - "hash": "sha256-buW6hC7GIA59MTuyWg9/+EzQlFgJVN2IZrxlfisLemM=", + "hash": "sha256-kp3SCEW90p9FWCvpoBc+obj45U3VAFuKIt5N/SDoWcg=", "owner": "electron", "repo": "electron", - "rev": "v29.3.0" + "rev": "v29.3.2" }, "src/media/cdm/api": { "fetcher": "fetchFromGitiles", @@ -2686,6 +2686,6 @@ "electron_yarn_hash": "0f868gk3d2cablpczav8a4vhk4nfirph45yzjz18mgzgday7w8hf", "modules": "121", "node": "20.9.0", - "version": "29.3.0" + "version": "29.3.2" } }