chromiumDev: 94.0.4603.0 -> 94.0.4606.12

I've upstreamed fix-missing-atspi2-dependency.patch.

(cherry picked from commit 6ca181b3608eba3d21325ed32c1958536fa7b7df)
This commit is contained in:
Michael Weiss
2021-09-03 13:59:24 +02:00
parent 3fa4af5d29
commit d3e31a97e3
2 changed files with 7 additions and 6 deletions
@@ -169,6 +169,7 @@ let
./patches/no-build-timestamps.patch
# For bundling Widevine (DRM), might be replaceable via bundle_widevine_cdm=true in gnFlags:
./patches/widevine-79.patch
] ++ lib.optionals (versionRange "91" "94") [
# Fix the build by adding a missing dependency (s. https://crbug.com/1197837):
./patches/fix-missing-atspi2-dependency.patch
];