From 0b779a09ba2247624d74b81f72aa717dca8df98a Mon Sep 17 00:00:00 2001 From: networkException Date: Thu, 1 Aug 2024 12:34:53 +0200 Subject: [PATCH] chromedriver,chromium: 127.0.6533.72 -> 127.0.6533.88 https://chromereleases.googleblog.com/2024/07/stable-channel-update-for-desktop_30.html This update includes 3 security fixes. CVEs: CVE-2024-6990 CVE-2024-7255 CVE-2024-7256 --- .../networking/browsers/chromium/upstream-info.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/networking/browsers/chromium/upstream-info.nix b/pkgs/applications/networking/browsers/chromium/upstream-info.nix index 0129b89e3cfb..6fbf6bc60e8c 100644 --- a/pkgs/applications/networking/browsers/chromium/upstream-info.nix +++ b/pkgs/applications/networking/browsers/chromium/upstream-info.nix @@ -1,11 +1,11 @@ { stable = { chromedriver = { - hash_darwin = "sha256-c/lMkOdoW/tX57opl/weJGh/iyUeTTF5Xejs7IpA+Qg="; + hash_darwin = "sha256-BW83pgPJiKxdQ1K4+8KMDGBqvR+J3i+8AZmKfnYSmWk="; hash_darwin_aarch64 = - "sha256-sst73OxUsrs2yWA72qdonARGi/W0FYObNfolidCiXio="; - hash_linux = "sha256-p5cQmMdte7TfTPohg+rpIsyyYk1OKSNb0BwaMWmHuCo="; - version = "127.0.6533.72"; + "sha256-ZGZy4VDNRXJBMLtAhRUybssWRXSfEUWVRsF+etfhdzQ="; + hash_linux = "sha256-1gM4KqzacJ13X5NmBn2hW6L/a7zN21rSZBk6a0IjCow="; + version = "127.0.6533.88"; }; deps = { gn = { @@ -15,8 +15,8 @@ version = "2024-06-06"; }; }; - hash = "sha256-m99HaGCuIihDdbVnmu6xatnC/QDxgLVby2TWY/L+RHk="; - version = "127.0.6533.72"; + hash = "sha256-nZZ2yrVu+0TloMaM455bmyeoeVnfeGR3EGubAf8snNU="; + version = "127.0.6533.88"; }; ungoogled-chromium = { deps = {