File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ the [`antlr4`](#antlr4) rule:
2020``` python
2121http_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)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ the external repository:
66``` python
77http_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)
You can’t perform that action at this time.
0 commit comments