Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add http_archive usage instructions into release notes #14

Closed
adierkens opened this issue Aug 1, 2022 · 0 comments · Fixed by #17
Closed

Add http_archive usage instructions into release notes #14

adierkens opened this issue Aug 1, 2022 · 0 comments · Fixed by #17

Comments

@adierkens
Copy link
Member

Add a usage example like so:

http_archive(
    name = "rules_player",
    strip_prefix = "rules_player-0.5.0",
    urls = ["https://github.com/player-ui/rules_player/archive/refs/tags/v0.5.0.tar.gz"],
    sha256 = "76291ffd332cee690db7b91ae37b7b2388104b09230f7063bfd104a48a926f8b"
)

Will require us to compute the correct sha256 hash during build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant