Skip to content

Commit

Permalink
Clarify SRI checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeitong committed Aug 15, 2024
1 parent fb9776f commit 521a08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bazel_dep(name = "rules_cuda", version = "0.2.1")
# pick a specific version (this is optional an can be skipped)
archive_override(
module_name = "rules_cuda",
integrity = "{SRI value}", # see https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
integrity = "{checksum in SRI format}", # see https://www.w3.org/TR/SRI/
urls = "https://github.com/bazel-contrib/rules_cuda/archive/{git_commit_hash}.tar.gz",
strip_prefix = "rules_cuda-{git_commit_hash}",
)
Expand Down

0 comments on commit 521a08d

Please sign in to comment.