Skip to content

Commit

Permalink
chore: updates to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Sep 8, 2023
1 parent 8b2f1b6 commit 34f347b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Use [GraalVM](https://graalvm.org) from [Bazel](https://bazel.build), with suppo
```starlark
http_archive(
name = "rules_graalvm",
sha256 = None,
sha256 = "480b57b0160511e3fb2701707a86ad4f75c701eed380003cc350736b29692a25",
strip_prefix = "rules_graalvm-0.10.0",
urls = [
"https://github.com/sgammon/rules_graalvm/releases/download/v0.10.0/rules_graalvm-0.10.0.zip",
Expand Down Expand Up @@ -86,7 +86,7 @@ archive_override(
module_name = "rules_graalvm",
urls = ["https://github.com/sgammon/rules_graalvm/releases/download/v0.10.0/rules_graalvm-0.10.0.zip"],
strip_prefix = "rules_graalvm-0.10.0",
integrity = "sha256-uvgvqXn+TByQ/mdt/oCupacLtqgofD1tHUQYwPOjsrI=",
integrity = "sha256-SAtXsBYFEeP7JwFweoatT3XHAe7TgAA8w1BzaylpKiU=",
)
```

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Use [GraalVM](https://graalvm.org) from [Bazel](https://bazel.build), with suppo
```python
http_archive(
name = "rules_graalvm",
sha256 = None,
sha256 = "480b57b0160511e3fb2701707a86ad4f75c701eed380003cc350736b29692a25",
strip_prefix = "rules_graalvm-0.10.0",
urls = [
"https://github.com/sgammon/rules_graalvm/releases/download/v0.10.0/rules_graalvm-0.10.0.zip",
Expand Down Expand Up @@ -81,7 +81,7 @@ archive_override(
module_name = "rules_graalvm",
urls = ["https://github.com/sgammon/rules_graalvm/releases/download/v0.10.0/rules_graalvm-0.10.0.zip"],
strip_prefix = "rules_graalvm-0.10.0",
integrity = None,
integrity = "sha256-SAtXsBYFEeP7JwFweoatT3XHAe7TgAA8w1BzaylpKiU=",
)
```

Expand Down

0 comments on commit 34f347b

Please sign in to comment.