Unverified Commit aad64d42 authored by emilylange's avatar emilylange
Browse files

chromium,chromedriver: 138.0.7204.183 -> 139.0.7258.66

https://developer.chrome.com/blog/new-in-chrome-139

https://chromereleases.googleblog.com/2025/08/stable-channel-update-for-desktop.html

This update includes 12 security fixes.

CVEs:
CVE-2025-8576 CVE-2025-8577 CVE-2025-8578 CVE-2025-8579 CVE-2025-8580
CVE-2025-8581 CVE-2025-8582 CVE-2025-8583
parent c46afef9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -728,7 +728,8 @@ let
        # Optional features:
        use_gio = true;
        use_cups = cupsSupport;

      }
      // lib.optionalAttrs (!chromiumVersionAtLeast "139") {
        # Feature overrides:
        # Native Client support was deprecated in 2020 and support will end in June 2021:
        enable_nacl = false;
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ chromium.get_deps(
        },
        **{
        f"checkout_{arch}": True
        for arch in ["x64", "arm64", "arm", "x86", "mips", "mips64", "ppc"]
        for arch in ["x64", "arm64", "arm", "x86", "mips", "mips64", "ppc", "riscv64"]
        },
    },
    "",
+138 −138

File changed.

Preview size limit exceeded, changes collapsed.