Skip to content

Commit 695f096

Browse files
committed
Bump chromium version to v93
1 parent 2955b00 commit 695f096

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ def pin_browsers():
5656

5757
http_archive(
5858
name = "linux_chrome",
59-
url = "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/885174/chrome-linux.zip",
60-
sha256 = "7a7781b13a9296f67aefda073b056446ef850c01c5b56e90dde1f3cfb1bde806",
59+
url = "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/902192/chrome-linux.zip",
60+
sha256 = "2fd5218274f01d2ae5db666903189a379ebe683826b579aba0e582d11e7a2722",
6161
build_file_content = "exports_files([\"chrome-linux\"])",
6262
)
6363

6464
http_archive(
6565
name = "mac_chrome",
66-
url = "https://storage.googleapis.com/chromium-browser-snapshots/Mac/885174/chrome-mac.zip",
67-
sha256 = "8aab4d6052d42c660afd18b100fe7c0b4df6d1d523be953dce6601b873b6f205",
66+
url = "https://storage.googleapis.com/chromium-browser-snapshots/Mac/902192/chrome-mac.zip",
67+
sha256 = "b944959f7e75bd4457f55662541d921b3b8d0be4e488450006ae615079bc0814",
6868
strip_prefix = "chrome-mac",
6969
build_file_content = "exports_files([\"Chromium.app\"])",
7070
)

0 commit comments

Comments
 (0)