Update validator UI to 0.0.1-alpha (#7486)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Preston Van Loon 2020-10-09 15:06:23 -07:00 committed by GitHub
parent e15a0b08aa
commit e91165b0b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 13 deletions

View File

@ -349,9 +349,11 @@ filegroup(
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
) )
""", """,
sha256 = "fea342cc480999c9e80abba97611279c08cd4e7c1a62565adae047ce46e1f5f5", sha256 = "507d574be56a63d5a30a28b4426b9ece89cf70bbb29739e982e0a8fdf1285e3a",
strip_prefix = "dist/prysm-web-ui", urls = [
urls = ["https://prysmaticlabs.com/uploads/prysm-web-ui.tar.gz"], "https://prysmaticlabs.com/uploads/prysm-web-ui.0.0.1-alpha.tar.gz",
"https://github.com/prysmaticlabs/prysm-web-ui/releases/download/0.0.1-alpha/prysm-web-ui.tar.gz",
],
) )
load("//:deps.bzl", "prysm_deps") load("//:deps.bzl", "prysm_deps")

File diff suppressed because one or more lines are too long