Skip to content

Commit 06a86a4

Browse files
committed
Update pinned browser versions
1 parent 3d0f690 commit 06a86a4

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/138.0b3/linux-x86_64/en-US/firefox-138.0b3.tar.xz",
54-
sha256 = "7f57c9de156ed8dbd509c99d55b6c303dcd097cd5cca4a02264f59a12b72723b",
53+
url = "https://ftp.mozilla.org/pub/firefox/releases/138.0b4/linux-x86_64/en-US/firefox-138.0b4.tar.xz",
54+
sha256 = "0b61e4f15566aa1a637a0cce2225a34167af3a954ad103937753b20aab211214",
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/138.0b3/mac/en-US/Firefox%20138.0b3.dmg",
76-
sha256 = "1ee265b475aa1b9a04d560aac7b5fdfb12eb00f3265db9b05e98df4c894aad1f",
75+
url = "https://ftp.mozilla.org/pub/firefox/releases/138.0b4/mac/en-US/Firefox%20138.0b4.dmg",
76+
sha256 = "247f565630af339b2a2277482f912f3d0491deec42c362df518a4134e43fe056",
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)