From dae2e86a18567dd647909db7c6c0241e934ec221 Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Mon, 11 Sep 2023 02:50:08 -0700 Subject: [PATCH] chore: update readme/docs with `0.10.2` release Signed-off-by: Sam Gammon --- README.md | 4 ++-- docs/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e0e62db..80a90879 100644 --- a/README.md +++ b/README.md @@ -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 = "b2dad731ac44ea122f295ba283f9949744c5f10180aedb36f9c7708b734f1250", strip_prefix = "rules_graalvm-0.10.2", urls = [ "https://github.com/sgammon/rules_graalvm/releases/download/v0.10.2/rules_graalvm-0.10.2.zip", @@ -86,7 +86,7 @@ archive_override( module_name = "rules_graalvm", urls = ["https://github.com/sgammon/rules_graalvm/releases/download/v0.10.2/rules_graalvm-0.10.2.zip"], strip_prefix = "rules_graalvm-0.10.2", - integrity = None, + integrity = "sha256-strXMaxE6hIvKVuig/mUl0TF8QGArts2+cdwi3NPElA=", ) ``` diff --git a/docs/index.md b/docs/index.md index b4143bcb..4398b520 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 = "b2dad731ac44ea122f295ba283f9949744c5f10180aedb36f9c7708b734f1250", strip_prefix = "rules_graalvm-0.10.2", urls = [ "https://github.com/sgammon/rules_graalvm/releases/download/v0.10.2/rules_graalvm-0.10.2.zip", @@ -81,7 +81,7 @@ archive_override( module_name = "rules_graalvm", urls = ["https://github.com/sgammon/rules_graalvm/releases/download/v0.10.2/rules_graalvm-0.10.2.zip"], strip_prefix = "rules_graalvm-0.10.2", - integrity = None, + integrity = "sha256-strXMaxE6hIvKVuig/mUl0TF8QGArts2+cdwi3NPElA=", ) ```