Skip to content

Commit c4c02a1

Browse files
committed
chore: update release hashes
Signed-off-by: Sam Gammon <[email protected]>
1 parent 34f347b commit c4c02a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use [GraalVM](https://graalvm.org) from [Bazel](https://bazel.build), with suppo
3737
```starlark
3838
http_archive(
3939
name = "rules_graalvm",
40-
sha256 = "480b57b0160511e3fb2701707a86ad4f75c701eed380003cc350736b29692a25",
40+
sha256 = "157efdd3a6ac12b85838ae81042f2fdcf60d70ba5fb279585ca8f27cf7f1a94d",
4141
strip_prefix = "rules_graalvm-0.10.0",
4242
urls = [
4343
"https://github.com/sgammon/rules_graalvm/releases/download/v0.10.0/rules_graalvm-0.10.0.zip",
@@ -86,7 +86,7 @@ archive_override(
8686
module_name = "rules_graalvm",
8787
urls = ["https://github.com/sgammon/rules_graalvm/releases/download/v0.10.0/rules_graalvm-0.10.0.zip"],
8888
strip_prefix = "rules_graalvm-0.10.0",
89-
integrity = "sha256-SAtXsBYFEeP7JwFweoatT3XHAe7TgAA8w1BzaylpKiU=",
89+
integrity = "sha256-FX7906asErhYOK6BBC8v3PYNcLpfsnlYXKjyfPfxqU0=",
9090
)
9191
```
9292

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use [GraalVM](https://graalvm.org) from [Bazel](https://bazel.build), with suppo
3737
```python
3838
http_archive(
3939
name = "rules_graalvm",
40-
sha256 = "480b57b0160511e3fb2701707a86ad4f75c701eed380003cc350736b29692a25",
40+
sha256 = "157efdd3a6ac12b85838ae81042f2fdcf60d70ba5fb279585ca8f27cf7f1a94d",
4141
strip_prefix = "rules_graalvm-0.10.0",
4242
urls = [
4343
"https://github.com/sgammon/rules_graalvm/releases/download/v0.10.0/rules_graalvm-0.10.0.zip",
@@ -81,7 +81,7 @@ archive_override(
8181
module_name = "rules_graalvm",
8282
urls = ["https://github.com/sgammon/rules_graalvm/releases/download/v0.10.0/rules_graalvm-0.10.0.zip"],
8383
strip_prefix = "rules_graalvm-0.10.0",
84-
integrity = "sha256-SAtXsBYFEeP7JwFweoatT3XHAe7TgAA8w1BzaylpKiU=",
84+
integrity = "sha256-FX7906asErhYOK6BBC8v3PYNcLpfsnlYXKjyfPfxqU0=",
8585
)
8686
```
8787

0 commit comments

Comments
 (0)