Skip to content

Commit a406637

Browse files
authored
Update README.md
Update bazel install commit
1 parent e5f43d7 commit a406637

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,13 @@ Bazel Installation
223223
# WORKSPACE
224224
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
225225

226+
vapid_soa_version = "e5f43d7a090079010c6fdcce5068182528009415"
226227
http_archive(
227228
name = "com_github_markisus_vapid-soa",
228-
url = "https://github.com/markisus/vapid-soa/archive/d3c303a3fe15ebc4c8a7e3049bd21a3f663a42d0.zip",
229-
strip_prefix = "vapid-soa-d3c303a3fe15ebc4c8a7e3049bd21a3f663a42d0")
229+
url = "https://github.com/markisus/vapid-soa/archive/{}.zip".format(vapid_soa_version),
230+
sha256 = "fd0c37dfd788e971e82d2733422e2e089cd422ba69499ea665421f0880ec7c58",
231+
strip_prefix = "vapid-soa-{}".format(vapid_soa_version))
232+
230233
```
231234
```starlark
232235
# BUILD

0 commit comments

Comments
 (0)