Skip to content

Commit a2ecfdc

Browse files
author
Marco Hunsicker
committed
Align checksums with release
1 parent 330daaf commit a2ecfdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ the [`antlr4`](#antlr4) rule:
2020
```python
2121
http_archive(
2222
name = "rules_antlr",
23-
sha256 = "66e1fcf1f8b5f2daa7c09268e5a10ab136834d73f0d0a94724100958ae560763",
23+
sha256 = "ba34d0497736a629f38e359e66c423dbd79a4d8b1bd524db49be9e8f9e0ba2f7",
2424
strip_prefix = "rules_antlr-0.1.0",
2525
urls = ["https://github.com/marcohu/rules_antlr/archive/0.1.0.tar.gz"],
2626
)

docs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the external repository:
66
```python
77
http_archive(
88
name = "rules_antlr",
9-
sha256 = "66e1fcf1f8b5f2daa7c09268e5a10ab136834d73f0d0a94724100958ae560763",
9+
sha256 = "ba34d0497736a629f38e359e66c423dbd79a4d8b1bd524db49be9e8f9e0ba2f7",
1010
strip_prefix = "rules_antlr-0.1.0",
1111
urls = ["https://github.com/marcohu/rules_antlr/archive/0.1.0.tar.gz"],
1212
)

0 commit comments

Comments
 (0)