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/138.0.1 /linux-x86_64/en-US/firefox-138.0.1 .tar.xz" ,
15- sha256 = "943abbbae0df188771bb58125a8aaada68bac5a37641629b305619abc4bd9756 " ,
14+ url = "https://ftp.mozilla.org/pub/firefox/releases/138.0.3 /linux-x86_64/en-US/firefox-138.0.3 .tar.xz" ,
15+ sha256 = "5f47e123a27ac25096554211c04e53680f988c15a901b4be8e479860d166c6cc " ,
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/138.0.1 /mac/en-US/Firefox%20138.0.1 .dmg" ,
37- sha256 = "c4d9860f38683ba182d34c7a2b3b8157ec3e76498e0863d3ddab0c1a73360fb0 " ,
36+ url = "https://ftp.mozilla.org/pub/firefox/releases/138.0.3 /mac/en-US/Firefox%20138.0.3 .dmg" ,
37+ sha256 = "f0b40dbffbc9f8fd9520e7305304c0fe0ed6c430c7936c12a36cb8642b7da530 " ,
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