Skip to content

Commit

Permalink
fix example/depend-use-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Jul 25, 2024
1 parent 7ef3b3d commit 161e145
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example/depend-use-workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# in WORKSPACE
http_archive(
name = 'com_baidu_babylon',
urls = ['https://github.com/baidu/babylon/archive/refs/tags/v1.2.2.tar.gz'],
strip_prefix = 'babylon-1.2.2',
sha256 = '241d0d3e8bf89c9b47765c794aa5153f73b32a7f419c48d8aeeeb4461cf8aec7',
urls = ['https://github.com/baidu/babylon/archive/refs/tags/v1.3.0.tar.gz'],
strip_prefix = 'babylon-1.3.0',
sha256 = '4a8582db91e1931942555400096371586d0cf06ecaac0841aca652ef6d77aef0',
)
```

Expand Down
6 changes: 3 additions & 3 deletions example/depend-use-workspace/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ load('@bazel_tools//tools/build_defs/repo:http.bzl', 'http_archive')
# babylon
http_archive(
name = 'com_baidu_babylon',
urls = ['https://github.com/baidu/babylon/archive/refs/tags/v1.2.2.tar.gz'],
strip_prefix = 'babylon-1.2.2',
sha256 = '241d0d3e8bf89c9b47765c794aa5153f73b32a7f419c48d8aeeeb4461cf8aec7',
urls = ['https://github.com/baidu/babylon/archive/refs/tags/v1.3.0.tar.gz'],
strip_prefix = 'babylon-1.3.0',
sha256 = '4a8582db91e1931942555400096371586d0cf06ecaac0841aca652ef6d77aef0',
)
################################################################################

Expand Down

0 comments on commit 161e145

Please sign in to comment.