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 @@ -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/140.0b7 /linux-x86_64/en-US/firefox-140.0b7 .tar.xz" ,
54
- sha256 = "a6e232e676e9b1490d673745da8221614e7cab68ed73003e41d6a07d91062af8 " ,
53
+ url = "https://ftp.mozilla.org/pub/firefox/releases/140.0b8 /linux-x86_64/en-US/firefox-140.0b8 .tar.xz" ,
54
+ sha256 = "1fa8bcb1e242ffbad091b3ee7067ece582d34508db394e656832ab07b058e96e " ,
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/140.0b7 /mac/en-US/Firefox%20140.0b7 .dmg" ,
76
- sha256 = "24a756a979ef4c23e223002e8cb748ad69236f023f0ba0168d98add4f5d0cb8e " ,
75
+ url = "https://ftp.mozilla.org/pub/firefox/releases/140.0b8 /mac/en-US/Firefox%20140.0b8 .dmg" ,
76
+ sha256 = "7e648f5e0305a6abedb698ea5b29971cd1eb58225b998baa85a82d94bcf75342 " ,
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