Skip to content

Commit

Permalink
Bump nodejs14_arm64 to 14.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed Nov 2, 2022
1 parent e35bc47 commit 0962ee0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node_archives.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ def repositories():
http_archive(
name = "nodejs14_arm64",
build_file = "//nodejs:BUILD.nodejs",
sha256 = "05fe791367dbce8d76be7e18bac0c9b88a0ed6ab721c31321b96a2dbc31355ce",
strip_prefix = "node-v14.20.1-linux-arm64/",
sha256 = "a06df30ae4393296872f2a80e73f2eea0634c3490edccb2d80bdee5f1449e96f",
strip_prefix = "node-v14.21.0-linux-arm64/",
type = "tar.gz",
urls = ["https://nodejs.org/dist/v14.20.1/node-v14.20.1-linux-arm64.tar.gz"],
urls = ["https://nodejs.org/dist/v14.21.0/node-v14.21.0-linux-arm64.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 0962ee0

Please sign in to comment.