File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,15 @@ def pin_browsers():
56
56
57
57
http_archive (
58
58
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 " ,
61
61
build_file_content = "exports_files([\" chrome-linux\" ])" ,
62
62
)
63
63
64
64
http_archive (
65
65
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 " ,
68
68
strip_prefix = "chrome-mac" ,
69
69
build_file_content = "exports_files([\" Chromium.app\" ])" ,
70
70
)
You can’t perform that action at this time.
0 commit comments