From 18b12fec2a57a708e7217d919bcd7adb3097d54e Mon Sep 17 00:00:00 2001 From: networkException Date: Fri, 23 Aug 2024 15:56:42 +0200 Subject: [PATCH] chromium,chromedriver: 127.0.6533.119 -> 128.0.6613.84 https://chromereleases.googleblog.com/2024/08/stable-channel-update-for-desktop_21.html This update includes 38 security fixes. Google is aware that an exploit for CVE-2024-7971 exists in the wild. CVEs: CVE-2024-7964 CVE-2024-7965 CVE-2024-7966 CVE-2024-7967 CVE-2024-7968 CVE-2024-7969 CVE-2024-7971 CVE-2024-7972 CVE-2024-7973 CVE-2024-7974 CVE-2024-7975 CVE-2024-7976 CVE-2024-7977 CVE-2024-7978 CVE-2024-7979 CVE-2024-7980 CVE-2024-7981 CVE-2024-8033 CVE-2024-8034 CVE-2024-8035 --- .../browsers/chromium/upstream-info.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pkgs/applications/networking/browsers/chromium/upstream-info.nix b/pkgs/applications/networking/browsers/chromium/upstream-info.nix index ddf2331132ee..d44989cce51a 100644 --- a/pkgs/applications/networking/browsers/chromium/upstream-info.nix +++ b/pkgs/applications/networking/browsers/chromium/upstream-info.nix @@ -1,22 +1,22 @@ { stable = { chromedriver = { - hash_darwin = "sha256-z+08R1CYi53edNEDSvJ303+hc/pqiFvVhUkD+g4q6tE="; + hash_darwin = "sha256-4wp3nlGkuNDlmF+3bmJOmaMccQcsXBZaVO95Se6Vj1M="; hash_darwin_aarch64 = - "sha256-q60NWIka3QzLsWg3X/+qTWby6UTf7wvjCDdZWlUjzPA="; - hash_linux = "sha256-6E6LaQCx+2Xd/vjjaiQR3vJgkP7L4MRkA7Bb0jTrakc="; - version = "127.0.6533.119"; + "sha256-La32ZBMgdWyl4nFoh4LfaxsoZJxrYkB/fbYOzltG8e8="; + hash_linux = "sha256-qhoTtgPNrs2jMEVbVuVZAsQDygm72xfhWvhDC/mDUzc="; + version = "128.0.6613.84"; }; deps = { gn = { - hash = "sha256-vzZu/Mo4/xATSD9KgKcRuBKVg9CoRZC9i0PEajYr4UM="; - rev = "b3a0bff47dd81073bfe67a402971bad92e4f2423"; + hash = "sha256-BiMGbML5aNUt4JzzVqSszBj+8BMlEc92csNugo5qjUk="; + rev = "b2afae122eeb6ce09c52d63f67dc53fc517dbdc8"; url = "https://gn.googlesource.com/gn"; - version = "2024-06-06"; + version = "2024-06-11"; }; }; - hash = "sha256-LuUDEpYCJLR/X+zjsF26aum4/Wfu2MNowofPu8iRVxI="; - version = "127.0.6533.119"; + hash = "sha256-kUHJtJ4X8UDMP2TgHdFd6gEPzU28mBgxtGceVZCl5xM="; + version = "128.0.6613.84"; }; ungoogled-chromium = { deps = {