mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
bump rules_nodejs version
This commit is contained in:
parent
b43ca89a5a
commit
42c466223e
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ def register_repos():
|
||||||
maybe(
|
maybe(
|
||||||
http_archive,
|
http_archive,
|
||||||
name = "build_bazel_rules_nodejs",
|
name = "build_bazel_rules_nodejs",
|
||||||
sha256 = "1134ec9b7baee008f1d54f0483049a97e53a57cd3913ec9d6db625549c98395a",
|
sha256 = "a160d9ac88f2aebda2aa995de3fa3171300c076f06ad1d7c2e1385728b8442fa",
|
||||||
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.4.0/rules_nodejs-3.4.0.tar.gz"],
|
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.4.1/rules_nodejs-3.4.1.tar.gz"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# native.local_repository(
|
# native.local_repository(
|
||||||
|
|
Loading…
Reference in a new issue