@@ -11,8 +11,8 @@ def pin_browsers():
11
11
12
12
http_archive (
13
13
name = "linux_firefox" ,
14
- url = "https://ftp.mozilla.org/pub/firefox/releases/124 .0.2 /linux-x86_64/en-US/firefox-124 .0.2 .tar.bz2" ,
15
- sha256 = "5e007cb52a42ef60e404e76a8aa70c38b889848fcd8c373fa048c0f8a2b0f2bf " ,
14
+ url = "https://ftp.mozilla.org/pub/firefox/releases/125 .0.1 /linux-x86_64/en-US/firefox-125 .0.1 .tar.bz2" ,
15
+ sha256 = "0f702f7690b02953e336fac27874276d9d471c9d264dc0feb7fcc6693d63bd4b " ,
16
16
build_file_content = """
17
17
filegroup(
18
18
name = "files",
@@ -28,15 +28,15 @@ exports_files(
28
28
29
29
dmg_archive (
30
30
name = "mac_firefox" ,
31
- url = "https://ftp.mozilla.org/pub/firefox/releases/124 .0.2 /mac/en-US/Firefox%20124 .0.2 .dmg" ,
32
- sha256 = "f46c899369ef951716d0af68136ab1ab230ea4845a1b08db4ac71b1e5b151d36 " ,
31
+ url = "https://ftp.mozilla.org/pub/firefox/releases/125 .0.1 /mac/en-US/Firefox%20125 .0.1 .dmg" ,
32
+ sha256 = "3f431079d423e5397987a4120a63948217252426219f23348cb6b6bbded3acf3 " ,
33
33
build_file_content = "exports_files([\" Firefox.app\" ])" ,
34
34
)
35
35
36
36
http_archive (
37
37
name = "linux_beta_firefox" ,
38
- url = "https://ftp.mozilla.org/pub/firefox/releases/125.0b9 /linux-x86_64/en-US/firefox-125.0b9 .tar.bz2" ,
39
- sha256 = "ed5c38fdba8bcbc9cf1b1a87a5fbdefee45e9d2be5018a00b5b597cb33ff2c17 " ,
38
+ url = "https://ftp.mozilla.org/pub/firefox/releases/126.0b1 /linux-x86_64/en-US/firefox-126.0b1 .tar.bz2" ,
39
+ sha256 = "e26915f5a1de4ef4d966735529dd5762f689d270e508e2a961a0775db96f3a6a " ,
40
40
build_file_content = """
41
41
filegroup(
42
42
name = "files",
@@ -52,8 +52,8 @@ exports_files(
52
52
53
53
dmg_archive (
54
54
name = "mac_beta_firefox" ,
55
- url = "https://ftp.mozilla.org/pub/firefox/releases/125.0b9 /mac/en-US/Firefox%20125.0b9 .dmg" ,
56
- sha256 = "c89138ce8f43955d1ca1bf6bac18a9af5fa9e0a44ef02d504098ab70be8a3905 " ,
55
+ url = "https://ftp.mozilla.org/pub/firefox/releases/126.0b1 /mac/en-US/Firefox%20126.0b1 .dmg" ,
56
+ sha256 = "1fbaa788b46f9c6051d4a7b373eebfb03320cb8b8010e2439682804a3bbb1050 " ,
57
57
build_file_content = "exports_files([\" Firefox.app\" ])" ,
58
58
)
59
59
0 commit comments