Skip to content

Commit 986fa62

Browse files
authored
Merge pull request #1998 from GoogleContainerTools/update-node-archives
Bumping node archives to latest stable versions
2 parents 5d295a4 + 5e95e90 commit 986fa62

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

MODULE.bazel.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/testdata/nodejs24.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ commandTests:
33
- name: nodejs
44
command: "/nodejs/bin/node"
55
args: ["--version"]
6-
expectedOutput: ["v24.13.0"]
6+
expectedOutput: ["v24.13.1"]

private/extensions/node.bzl

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -199,40 +199,40 @@ def _node_impl(module_ctx):
199199

200200
node_archive(
201201
name = "nodejs24_amd64",
202-
sha256 = "6223aad1a81f9d1e7b682c59d12e2de233f7b4c37475cd40d1c89c42b737ffa8",
203-
strip_prefix = "node-v24.13.0-linux-x64/",
204-
urls = ["https://nodejs.org/dist/v24.13.0/node-v24.13.0-linux-x64.tar.gz"],
205-
version = "24.13.0",
202+
sha256 = "7ad28fb172a9ab0593f86c1a39e5c268d0d8fc3d6cb0167f455b5655a7a6e2fd",
203+
strip_prefix = "node-v24.13.1-linux-x64/",
204+
urls = ["https://nodejs.org/dist/v24.13.1/node-v24.13.1-linux-x64.tar.gz"],
205+
version = "24.13.1",
206206
architecture = "amd64",
207207
control = "//nodejs:control",
208208
)
209209

210210
node_archive(
211211
name = "nodejs24_arm64",
212-
sha256 = "0f6d40b94c6a2eb6b4c240ffc8b9fd3ada7ab044c177dd413c06e1ef9a63f081",
213-
strip_prefix = "node-v24.13.0-linux-arm64/",
214-
urls = ["https://nodejs.org/dist/v24.13.0/node-v24.13.0-linux-arm64.tar.gz"],
215-
version = "24.13.0",
212+
sha256 = "4873459d7c9b28feaa1f0fade9bb9c81cb702670991ff80a51d805325c5e3456",
213+
strip_prefix = "node-v24.13.1-linux-arm64/",
214+
urls = ["https://nodejs.org/dist/v24.13.1/node-v24.13.1-linux-arm64.tar.gz"],
215+
version = "24.13.1",
216216
architecture = "arm64",
217217
control = "//nodejs:control",
218218
)
219219

220220
node_archive(
221221
name = "nodejs24_ppc64le",
222-
sha256 = "18011930b182a1c5b49d2326191fdba58270bdf7b45b8c7df855ef31931b148a",
223-
strip_prefix = "node-v24.13.0-linux-ppc64le/",
224-
urls = ["https://nodejs.org/dist/v24.13.0/node-v24.13.0-linux-ppc64le.tar.gz"],
225-
version = "24.13.0",
222+
sha256 = "da86a0a04b622cabc0c9de83616ea937c1d8a05a8eaff88955bdc1c7e0eced1d",
223+
strip_prefix = "node-v24.13.1-linux-ppc64le/",
224+
urls = ["https://nodejs.org/dist/v24.13.1/node-v24.13.1-linux-ppc64le.tar.gz"],
225+
version = "24.13.1",
226226
architecture = "ppc64le",
227227
control = "//nodejs:control",
228228
)
229229

230230
node_archive(
231231
name = "nodejs24_s390x",
232-
sha256 = "5744610b624f2e82ae1ca279d8ece7b8ca466437239533d2d033565303bc1d39",
233-
strip_prefix = "node-v24.13.0-linux-s390x/",
234-
urls = ["https://nodejs.org/dist/v24.13.0/node-v24.13.0-linux-s390x.tar.gz"],
235-
version = "24.13.0",
232+
sha256 = "d45e5e337a8d37b557d75bfaa4f854f32588c2acf975ff7c39e4fd93ae21d630",
233+
strip_prefix = "node-v24.13.1-linux-s390x/",
234+
urls = ["https://nodejs.org/dist/v24.13.1/node-v24.13.1-linux-s390x.tar.gz"],
235+
version = "24.13.1",
236236
architecture = "s390x",
237237
control = "//nodejs:control",
238238
)

0 commit comments

Comments
 (0)