Skip to content

Commit

Permalink
fix(bazel/browsers): invalid browser firefox geckodriver checksum
Browse files Browse the repository at this point in the history
Fixes an invalid geckodriver checksum caused by a previously
invalid download (fixed in the previous commits).
  • Loading branch information
devversion committed Feb 12, 2022
1 parent 6516473 commit 19e2bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/browsers/firefox/firefox.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def define_firefox_repositories():
browser_archive(
name = "org_mozilla_geckodriver_macos_arm64",
licenses = ["reciprocal"], # MPL 2.0
sha256 = "6230b0abea0df843d3420f46871efd91e17a21602f4ffc84db57c7c3a42ec00d",
sha256 = "895bc2146edaea434d57a3b5d9a141be5cb3c5f8e8804916bd4869978ddfd4db",
# Geckodriver v0.30.0
urls = [
"https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-macos-aarch64.tar.gz",
Expand Down

0 comments on commit 19e2bfd

Please sign in to comment.