Skip to content

Commit

Permalink
Fix @bazel_source archive sha. (#501)
Browse files Browse the repository at this point in the history
Fix #500.
  • Loading branch information
xingao267 authored and nlopezgi committed Aug 22, 2018
1 parent 464e647 commit c66358e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/container.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def repositories():
http_archive(
name = "bazel_source",
urls = [("https://releases.bazel.build/0.17.0/rc1/bazel-0.17.0rc1-dist.zip")],
sha256 = "a9afd2b16a21085bd6c0a70a23acce30b105a8af3a7b3c92a4b83bea6b623fd8",
sha256 = "46dfffac884ccd51fcb493dd86463cb8c21be949fdb17634ca37805fd544beae",
)

# TODO(mattmoor): Remove all of this (copied from google/containerregistry)
Expand Down

0 comments on commit c66358e

Please sign in to comment.