File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ def pin_browsers():
1111
1212 http_archive (
1313 name = "linux_firefox" ,
14- url = "https://ftp.mozilla.org/pub/firefox/releases/152.0.1 /linux-x86_64/en-US/firefox-152.0.1 .tar.xz" ,
15- sha256 = "04efc89d4127bc4c9c56e471532be46606cb3776f2fd6252d459a83bc11c9b2d " ,
14+ url = "https://ftp.mozilla.org/pub/firefox/releases/152.0.2 /linux-x86_64/en-US/firefox-152.0.2 .tar.xz" ,
15+ sha256 = "9e830c68115cdccaf8dcb7b5f93119bcbde9ebb074f8cb2fba34af14fe335e70 " ,
1616 build_file_content = """
1717load("@aspect_rules_js//js:defs.bzl", "js_library")
1818package(default_visibility = ["//visibility:public"])
@@ -33,8 +33,8 @@ js_library(
3333
3434 dmg_archive (
3535 name = "mac_firefox" ,
36- url = "https://ftp.mozilla.org/pub/firefox/releases/152.0.1 /mac/en-US/Firefox%20152.0.1 .dmg" ,
37- sha256 = "3398cb6c17077f536bd534af3a98b66ef850689532f82ddc3df05533b8018ede " ,
36+ url = "https://ftp.mozilla.org/pub/firefox/releases/152.0.2 /mac/en-US/Firefox%20152.0.2 .dmg" ,
37+ sha256 = "36820598ede2790d59fc18dae96d0b6f7982106f125cdf5e1799ee75e1fb5278 " ,
3838 build_file_content = """
3939load("@aspect_rules_js//js:defs.bzl", "js_library")
4040package(default_visibility = ["//visibility:public"])
You can’t perform that action at this time.
0 commit comments