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 @@ -11,8 +11,8 @@ def pin_browsers():
1111
1212 http_archive (
1313 name = "linux_firefox" ,
14- url = "https://ftp.mozilla.org/pub/firefox/releases/145.0.1 /linux-x86_64/en-US/firefox-145.0.1 .tar.xz" ,
15- sha256 = "12b7dcaf1bf1fd9848a35c1e890f4ef4ae5095ccc39b7e44c15dbbeaf64f21e5 " ,
14+ url = "https://ftp.mozilla.org/pub/firefox/releases/145.0.2 /linux-x86_64/en-US/firefox-145.0.2 .tar.xz" ,
15+ sha256 = "dcc1fa58269877e45c5212dfc4b32ed4df0f30a52a12f13df9f0194c95cfd48b " ,
1616 build_file_content = """
1717load("@aspect_rules_js//js:defs.bzl", "js_library")
1818package(default_visibility = ["//visibility:public"])
@@ -33,8 +33,8 @@ js_library(
3333
3434 dmg_archive (
3535 name = "mac_firefox" ,
36- url = "https://ftp.mozilla.org/pub/firefox/releases/145.0.1 /mac/en-US/Firefox%20145.0.1 .dmg" ,
37- sha256 = "828ccfc48534ac976dbb71113b79045cbfeab401c81298ea5b75a8dd62232484 " ,
36+ url = "https://ftp.mozilla.org/pub/firefox/releases/145.0.2 /mac/en-US/Firefox%20145.0.2 .dmg" ,
37+ sha256 = "80f5851f90de88d1b8d27299cb0a3ff3b9ff3774c275de2675f651834bd9228b " ,
3838 build_file_content = """
3939load("@aspect_rules_js//js:defs.bzl", "js_library")
4040package(default_visibility = ["//visibility:public"])
You can’t perform that action at this time.
0 commit comments