Skip to content

Commit dfe76ff

Browse files
committed
Update pinned browser versions
1 parent efac2dd commit dfe76ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ js_library(
5050

5151
http_archive(
5252
name = "linux_beta_firefox",
53-
url = "https://ftp.mozilla.org/pub/firefox/releases/146.0b2/linux-x86_64/en-US/firefox-146.0b2.tar.xz",
54-
sha256 = "6e36da789aee6b540a5c0946b059ec58fcb05dc86a1218fbb1f8ae675d453eff",
53+
url = "https://ftp.mozilla.org/pub/firefox/releases/146.0b3/linux-x86_64/en-US/firefox-146.0b3.tar.xz",
54+
sha256 = "657222223c744872a599633ea6e570e76eb8622c0955b84173352b345f456732",
5555
build_file_content = """
5656
load("@aspect_rules_js//js:defs.bzl", "js_library")
5757
package(default_visibility = ["//visibility:public"])
@@ -72,8 +72,8 @@ js_library(
7272

7373
dmg_archive(
7474
name = "mac_beta_firefox",
75-
url = "https://ftp.mozilla.org/pub/firefox/releases/146.0b2/mac/en-US/Firefox%20146.0b2.dmg",
76-
sha256 = "a065a20bce43cc88a0979268babfee71f89fb30510425716958c8519d0af0bb9",
75+
url = "https://ftp.mozilla.org/pub/firefox/releases/146.0b3/mac/en-US/Firefox%20146.0b3.dmg",
76+
sha256 = "a2b84419b1f22964ea4fe355cf2613c5e47da1a67f6df58518b3823091e3557f",
7777
build_file_content = """
7878
load("@aspect_rules_js//js:defs.bzl", "js_library")
7979
package(default_visibility = ["//visibility:public"])

0 commit comments

Comments
 (0)