mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 00:12:25 -04:00
parent
c6c3b8af4d
commit
108af51abe
1 changed files with 3 additions and 3 deletions
|
@ -66,11 +66,11 @@ def register_repos():
|
||||||
maybe(
|
maybe(
|
||||||
http_archive,
|
http_archive,
|
||||||
name = "com_github_ali5h_rules_pip",
|
name = "com_github_ali5h_rules_pip",
|
||||||
strip_prefix = "rules_pip-anki-2020-11-30",
|
strip_prefix = "rules_pip-fb02cb7bf5c03bc8cd4269679e4aea2e1839b501",
|
||||||
urls = [
|
urls = [
|
||||||
"https://github.com/ankitects/rules_pip/archive/anki-2020-11-30.tar.gz",
|
"https://github.com/ali5h/rules_pip/archive/fb02cb7bf5c03bc8cd4269679e4aea2e1839b501.zip",
|
||||||
],
|
],
|
||||||
sha256 = "ab4f10967eb87985383a4172d4533dde568b3ff502aa550239eeccead249325b",
|
sha256 = "34195cd437d34a7490276665225de353421e31e34c048715b66918e31d735ff6",
|
||||||
)
|
)
|
||||||
|
|
||||||
# javascript
|
# javascript
|
||||||
|
|
Loading…
Reference in a new issue