File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -223,10 +223,13 @@ Bazel Installation
223
223
# WORKSPACE
224
224
load(" @bazel_tools//tools/build_defs/repo:http.bzl" , " http_archive" )
225
225
226
+ vapid_soa_version = " e5f43d7a090079010c6fdcce5068182528009415"
226
227
http_archive(
227
228
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
+
230
233
```
231
234
``` starlark
232
235
# BUILD
You can’t perform that action at this time.
0 commit comments