File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ js_library(
50
50
51
51
http_archive (
52
52
name = "linux_beta_firefox" ,
53
- url = "https://ftp.mozilla.org/pub/firefox/releases/138.0b1 /linux-x86_64/en-US/firefox-138.0b1 .tar.xz" ,
54
- sha256 = "1a502b1deb0df5a9c80b3f3e9807c599d2416aaa5bf2628d4cfa1b01448e378a " ,
53
+ url = "https://ftp.mozilla.org/pub/firefox/releases/138.0b2 /linux-x86_64/en-US/firefox-138.0b2 .tar.xz" ,
54
+ sha256 = "6bc6101d9fdc19d9721cba6a4b8db786b984f7761563dfba697bb6ab9f4e6951 " ,
55
55
build_file_content = """
56
56
load("@aspect_rules_js//js:defs.bzl", "js_library")
57
57
package(default_visibility = ["//visibility:public"])
@@ -72,8 +72,8 @@ js_library(
72
72
73
73
dmg_archive (
74
74
name = "mac_beta_firefox" ,
75
- url = "https://ftp.mozilla.org/pub/firefox/releases/138.0b1 /mac/en-US/Firefox%20138.0b1 .dmg" ,
76
- sha256 = "ed7eb980a71333c1f3936510d85a45ca7d04289a05ba1e845e0335738a6489ae " ,
75
+ url = "https://ftp.mozilla.org/pub/firefox/releases/138.0b2 /mac/en-US/Firefox%20138.0b2 .dmg" ,
76
+ sha256 = "c7e7fcc1c72c2591ba9d64f76eedc060d777a2f00218e1eecc767cf71e7dfb53 " ,
77
77
build_file_content = """
78
78
load("@aspect_rules_js//js:defs.bzl", "js_library")
79
79
package(default_visibility = ["//visibility:public"])
You can’t perform that action at this time.
0 commit comments