Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #125054 from NixOS/backport-124957-to-release-21.05

[Backport release-21.05] ungoogled-chromium: 90.0.4430.212 -> 91.0.4472.77

authored by

Michael Weiss and committed by
GitHub
cbd00766 556951a9

+10 -13
+2 -5
pkgs/applications/networking/browsers/chromium/common.nix
··· 165 165 ./patches/widevine-79.patch # For bundling Widevine (DRM), might be replaceable via bundle_widevine_cdm=true in gnFlags 166 166 # Fix the build by adding a missing dependency (s. https://crbug.com/1197837): 167 167 ./patches/fix-missing-atspi2-dependency.patch 168 - ] ++ optionals (chromiumVersionAtLeast "91") [ 169 168 ./patches/closure_compiler-Use-the-Java-binary-from-the-system.patch 170 169 ]; 171 170 172 - postPatch = lib.optionalString (chromiumVersionAtLeast "91") '' 173 - # Required for patchShebangs (unsupported): 174 - chmod -x third_party/webgpu-cts/src/tools/deno 175 - '' + '' 171 + postPatch = '' 176 172 # remove unused third-party 177 173 for lib in ${toString gnSystemLibraries}; do 178 174 if [ -d "third_party/$lib" ]; then ··· 191 187 substituteInPlace third_party/harfbuzz-ng/src/src/update-unicode-tables.make \ 192 188 --replace "/usr/bin/env -S make -f" "/usr/bin/make -f" 193 189 fi 190 + chmod -x third_party/webgpu-cts/src/tools/deno 194 191 195 192 # We want to be able to specify where the sandbox is via CHROME_DEVEL_SANDBOX 196 193 substituteInPlace sandbox/linux/suid/client/setuid_sandbox_host.cc \
+8 -8
pkgs/applications/networking/browsers/chromium/upstream-info.json
··· 44 44 } 45 45 }, 46 46 "ungoogled-chromium": { 47 - "version": "90.0.4430.212", 48 - "sha256": "17nmhrkl81qqvzbh861k2mmifncx4wg1mv1fmn52f8gzn461vqdb", 49 - "sha256bin64": "1y33c5829s22yfj0qmsj8fpcxnjhcm3fsxz7744csfsa9cy4fjr7", 47 + "version": "91.0.4472.77", 48 + "sha256": "0c8vj3gq3nmb7ssiwj6875g0a8hcprss1a4gqw9h7llqywza9ma5", 49 + "sha256bin64": "0caf47xam5igdnbhipal1iyicnxxvadhi61k199rwysrvyv5sdad", 50 50 "deps": { 51 51 "gn": { 52 - "version": "2021-02-09", 52 + "version": "2021-04-06", 53 53 "url": "https://gn.googlesource.com/gn", 54 - "rev": "dfcbc6fed0a8352696f92d67ccad54048ad182b3", 55 - "sha256": "1941bzg37c4dpsk3sh6ga3696gpq6vjzpcw9rsnf6kdr9mcgdxvn" 54 + "rev": "dba01723a441c358d843a575cb7720d54ddcdf92", 55 + "sha256": "199xkks67qrn0xa5fhp24waq2vk8qb78a96cb3kdd8v1hgacgb8x" 56 56 }, 57 57 "ungoogled-patches": { 58 - "rev": "90.0.4430.212-1", 59 - "sha256": "05jh05a4g50ws7pr18dl5pwi95knygh6xywp7kyydir7wy1pbin8" 58 + "rev": "91.0.4472.77-1", 59 + "sha256": "1jfmmkw1y4rcjfgsm7b4v2lrgd3sks5qpajvq0djflbhkpsqxfk0" 60 60 } 61 61 } 62 62 }