diff --git a/README.md b/README.md index 9970f1fb..409066c7 100644 --- a/README.md +++ b/README.md @@ -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 = "{sha256_to_replace}", + integrity = "{SRI value}", # see https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity urls = "https://github.com/bazel-contrib/rules_cuda/archive/{git_commit_hash}.tar.gz", strip_prefix = "rules_cuda-{git_commit_hash}", )