@@ -114,8 +114,8 @@ exports_files(
114
114
115
115
http_archive (
116
116
name = "linux_chrome" ,
117
- url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.105 /linux64/chrome-linux64.zip" ,
118
- sha256 = "a83f7386d537f4bcc7560aa9b7eef2c800454b5f8f585b20983e97e799e02699 " ,
117
+ url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.122 /linux64/chrome-linux64.zip" ,
118
+ sha256 = "97d7925c795786f235f86973d1f60a70ad9613e96b22fee084720b3c6ba0701b " ,
119
119
build_file_content = """
120
120
filegroup(
121
121
name = "files",
@@ -131,8 +131,8 @@ exports_files(
131
131
132
132
http_archive (
133
133
name = "mac_chrome" ,
134
- url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.105 /mac-x64/chrome-mac-x64.zip" ,
135
- sha256 = "7d421ae75b41af18947d2d20c2fad5b5bef2026e95c473fb0abd923d69d90bb1 " ,
134
+ url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.122 /mac-x64/chrome-mac-x64.zip" ,
135
+ sha256 = "ae8ea050c05ed4956cf02031ea1866eeddabf020fa4dd22bffa2ddae444a993e " ,
136
136
strip_prefix = "chrome-mac-x64" ,
137
137
patch_cmds = [
138
138
"mv 'Google Chrome for Testing.app' Chrome.app" ,
@@ -143,16 +143,16 @@ exports_files(
143
143
144
144
http_archive (
145
145
name = "linux_chromedriver" ,
146
- url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.105 /linux64/chromedriver-linux64.zip" ,
147
- sha256 = "5d98acbb7860bbeb2a9de3d1c8076358f8cc9f5274564fceb9c26537f7b268f0 " ,
146
+ url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.122 /linux64/chromedriver-linux64.zip" ,
147
+ sha256 = "8a29aadfb75c11c636b2e5bbddaea58601ee35aa2ab736c06421e440ff6ba3f6 " ,
148
148
strip_prefix = "chromedriver-linux64" ,
149
149
build_file_content = "exports_files([\" chromedriver\" ])" ,
150
150
)
151
151
152
152
http_archive (
153
153
name = "mac_chromedriver" ,
154
- url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.105 /mac-x64/chromedriver-mac-x64.zip" ,
155
- sha256 = "ff343613d6fd11aa31fffd3fe3c71bcc8a9b2a47ee4b9d6d24206921b77498a8 " ,
154
+ url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.122 /mac-x64/chromedriver-mac-x64.zip" ,
155
+ sha256 = "3e62d5fbe14ae9a0af76134d85bd9902644bba6afe55116f37eec807289e1199 " ,
156
156
strip_prefix = "chromedriver-mac-x64" ,
157
157
build_file_content = "exports_files([\" chromedriver\" ])" ,
158
158
)
0 commit comments