Skip to content

Commit bfdc7e2

Browse files
Bumping node archives to latest stable versions
Signed-off-by: Distroless Bot <[email protected]>
1 parent aa83e4e commit bfdc7e2

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.11.0"]
6+
expectedOutput: ["v24.11.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 = "b3c071cdf47aab867c3b2aa287257df12ec5d7c962bf922b32fd33226c4295fd",
203-
strip_prefix = "node-v24.11.0-linux-x64/",
204-
urls = ["https://nodejs.org/dist/v24.11.0/node-v24.11.0-linux-x64.tar.gz"],
205-
version = "24.11.0",
202+
sha256 = "58a5ff5cc8f2200e458bea22e329d5c1994aa1b111d499ca46ec2411d58239ca",
203+
strip_prefix = "node-v24.11.1-linux-x64/",
204+
urls = ["https://nodejs.org/dist/v24.11.1/node-v24.11.1-linux-x64.tar.gz"],
205+
version = "24.11.1",
206206
architecture = "amd64",
207207
control = "//nodejs:control",
208208
)
209209

210210
node_archive(
211211
name = "nodejs24_arm64",
212-
sha256 = "4786d00c4d259d3ff0b2328307f764ef3ced65f2d6e9502d433e68d66238509d",
213-
strip_prefix = "node-v24.11.0-linux-arm64/",
214-
urls = ["https://nodejs.org/dist/v24.11.0/node-v24.11.0-linux-arm64.tar.gz"],
215-
version = "24.11.0",
212+
sha256 = "0dc93ec5c798b0d347f068db6d205d03dea9a71765e6a53922b682b91265d71f",
213+
strip_prefix = "node-v24.11.1-linux-arm64/",
214+
urls = ["https://nodejs.org/dist/v24.11.1/node-v24.11.1-linux-arm64.tar.gz"],
215+
version = "24.11.1",
216216
architecture = "arm64",
217217
control = "//nodejs:control",
218218
)
219219

220220
node_archive(
221221
name = "nodejs24_ppc64le",
222-
sha256 = "7e7ba4326fe8588f11e763c55217bcf45f5e0b7bcbf1e26bbbbb2225a9ae4721",
223-
strip_prefix = "node-v24.11.0-linux-ppc64le/",
224-
urls = ["https://nodejs.org/dist/v24.11.0/node-v24.11.0-linux-ppc64le.tar.gz"],
225-
version = "24.11.0",
222+
sha256 = "cd41407f3352de2f066ea26c5c5d0ea9b6362374d6b618385a9f2e9dad220616",
223+
strip_prefix = "node-v24.11.1-linux-ppc64le/",
224+
urls = ["https://nodejs.org/dist/v24.11.1/node-v24.11.1-linux-ppc64le.tar.gz"],
225+
version = "24.11.1",
226226
architecture = "ppc64le",
227227
control = "//nodejs:control",
228228
)
229229

230230
node_archive(
231231
name = "nodejs24_s390x",
232-
sha256 = "7af0d92e74b07a2b8e91089ee4fccc7b5433fd8b63259bced3a34668998cbdf7",
233-
strip_prefix = "node-v24.11.0-linux-s390x/",
234-
urls = ["https://nodejs.org/dist/v24.11.0/node-v24.11.0-linux-s390x.tar.gz"],
235-
version = "24.11.0",
232+
sha256 = "5d4c8bca5f8f2593f9081dee39834760e85a16fa61c950f3e86ec85996f00550",
233+
strip_prefix = "node-v24.11.1-linux-s390x/",
234+
urls = ["https://nodejs.org/dist/v24.11.1/node-v24.11.1-linux-s390x.tar.gz"],
235+
version = "24.11.1",
236236
architecture = "s390x",
237237
control = "//nodejs:control",
238238
)

0 commit comments

Comments
 (0)