Skip to content

Commit

Permalink
ci: fix broken master
Browse files Browse the repository at this point in the history
Someone deleted a published release from github
  • Loading branch information
alexeagle committed May 6, 2020
1 parent 60d10d1 commit 60c3ca1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,11 @@ def rules_nodejs_dev_dependencies():

http_archive(
name = "rules_pkg",
url = "https://github.com/bazelbuild/rules_pkg/releases/download/0.2.6/rules_pkg-0.2.6.tar.gz",
sha256 = "a5cca9cf01c7fcfe4aab8ef54ce590e49c4921fa0d4d194b5f0ad732a8b207c4",
urls = [
"https://github.com/bazelbuild/rules_pkg/releases/download/0.2.6/rules_pkg-0.2.6.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.2.6/rules_pkg-0.2.6.tar.gz",
],
sha256 = "aeca78988341a2ee1ba097641056d168320ecc51372ef7ff8e64b139516a4937",
)

def _maybe(repo_rule, name, **kwargs):
Expand Down

0 comments on commit 60c3ca1

Please sign in to comment.