Upgared rules_nodejs (#1321)

We have seen a few flaky issues on Windows so let’s upgrade (which is
a good idea anyway) and see if things improve.
This commit is contained in:
Moritz Kiefer 2019-05-22 21:26:25 +02:00 committed by mergify[bot]
parent bf8642af7a
commit 5d0e96638b

View File

@ -138,8 +138,8 @@ def daml_deps():
if "build_bazel_rules_nodejs" not in native.existing_rules():
http_archive(
name = "build_bazel_rules_nodejs",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.27.8/rules_nodejs-0.27.8.tar.gz"],
sha256 = "88e5e579fb9edfbd19791b8a3c6bfbe16ae3444dba4b428e5efd36856db7cf16",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.29.2/rules_nodejs-0.29.2.tar.gz"],
sha256 = "395b7568f20822c13fc5abc65b1eced637446389181fda3a108fdd6ff2cac1e9",
patches = ["@com_github_digital_asset_daml//bazel_tools:rules_nodejs_default_shell_env.patch"],
patch_args = ["-p1"],
)