@@ -10,15 +10,15 @@ def pin_browsers():
10
10
11
11
http_archive (
12
12
name = "linux_firefox" ,
13
- url = "https://ftp.mozilla.org/pub/firefox/releases/93 .0/linux-x86_64/en-US/firefox-93 .0.tar.bz2" ,
14
- sha256 = "9d06897b80d77cfb59e1c8bd4dfc427590b058616ae634e52cfe272af06f9b32 " ,
13
+ url = "https://ftp.mozilla.org/pub/firefox/releases/94 .0/linux-x86_64/en-US/firefox-94 .0.tar.bz2" ,
14
+ sha256 = "9d91733d36b16bea6df2e988ccc8ec541bda558f8a8d9a4d4134225dd21ac7ec " ,
15
15
build_file_content = "exports_files([\" firefox\" ])" ,
16
16
)
17
17
18
18
dmg_archive (
19
19
name = "mac_firefox" ,
20
- url = "https://ftp.mozilla.org/pub/firefox/releases/93 .0/mac/en-US/Firefox%2093 .0.dmg" ,
21
- sha256 = "b4c78628c2bf68ee431e15d998383fb6168dbfa916f848f27aba73db67410bc6 " ,
20
+ url = "https://ftp.mozilla.org/pub/firefox/releases/94 .0/mac/en-US/Firefox%2094 .0.dmg" ,
21
+ sha256 = "e0cfa0a2ba3bb02928ea27a155733967979d6c947071756c77b3a7ec1de3ee68 " ,
22
22
build_file_content = "exports_files([\" Firefox.app\" ])" ,
23
23
)
24
24
@@ -55,29 +55,29 @@ def pin_browsers():
55
55
56
56
http_archive (
57
57
name = "linux_chrome" ,
58
- url = "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/919578 /chrome-linux.zip" ,
59
- sha256 = "b20c00667ed3a40ae88ba164ebe6ec3547782c3049f1ea8bdac48c2151e4660c " ,
58
+ url = "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/929514 /chrome-linux.zip" ,
59
+ sha256 = "fe7920c48f4e2c55d1b0a00dafb90fda912e998f47fd70a2eff12fb524e8efe8 " ,
60
60
build_file_content = "exports_files([\" chrome-linux\" ])" ,
61
61
)
62
62
63
63
http_archive (
64
64
name = "mac_chrome" ,
65
- url = "https://storage.googleapis.com/chromium-browser-snapshots/Mac/919578 /chrome-mac.zip" ,
66
- sha256 = "5ca3dbfe33032ad01f32c0054098b02e2bd12ff6527f2154d4da41792ae6bc99 " ,
65
+ url = "https://storage.googleapis.com/chromium-browser-snapshots/Mac/929514 /chrome-mac.zip" ,
66
+ sha256 = "4bf550ac9e12dfb717cbd275d131e6f42fc5d9e794b4afda13653478f22b4ca5 " ,
67
67
strip_prefix = "chrome-mac" ,
68
68
build_file_content = "exports_files([\" Chromium.app\" ])" ,
69
69
)
70
70
71
71
http_archive (
72
72
name = "linux_chromedriver" ,
73
- url = "https://chromedriver.storage.googleapis.com/94 .0.4606.61 /chromedriver_linux64.zip" ,
74
- sha256 = "d2011e5b7c7c13225d6d0e237d8cfbb2a52601c1a91005841a38358c31d2f4d0 " ,
73
+ url = "https://chromedriver.storage.googleapis.com/96 .0.4664.45 /chromedriver_linux64.zip" ,
74
+ sha256 = "750497861c928996b84500c3cd2e1346a0eb764c8eaabf843b5ca301695f9e97 " ,
75
75
build_file_content = "exports_files([\" chromedriver\" ])" ,
76
76
)
77
77
78
78
http_archive (
79
79
name = "mac_chromedriver" ,
80
- url = "https://chromedriver.storage.googleapis.com/94 .0.4606.61 /chromedriver_mac64.zip" ,
81
- sha256 = "3b91860aa4d71330e68cac11da586ac39adcead361ae95b3fa856fd3da5383ac " ,
80
+ url = "https://chromedriver.storage.googleapis.com/96 .0.4664.45 /chromedriver_mac64.zip" ,
81
+ sha256 = "0e88eab13db9bd6ef2def8c2342556c29f739f00846de21258b2a3b61e476b64 " ,
82
82
build_file_content = "exports_files([\" chromedriver\" ])" ,
83
83
)
0 commit comments