Skip to content

Commit 5301588

Browse files
authored
Merge pull request #1722 from omBratteng/update-node-22
Bump `nodejs22` to `22.12.0`
2 parents f548904 + 5029c88 commit 5301588

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

MODULE.bazel.lock

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

nodejs/testdata/nodejs22.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: ["v22.11.0"]
6+
expectedOutput: ["v22.12.0"]

private/extensions/node.bzl

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

200200
node_archive(
201201
name = "nodejs22_amd64",
202-
sha256 = "4f862bab52039835efbe613b532238b6e4dde98d139a34e6923193e073438b13",
203-
strip_prefix = "node-v22.11.0-linux-x64/",
204-
urls = ["https://nodejs.org/dist/v22.11.0/node-v22.11.0-linux-x64.tar.gz"],
205-
version = "22.11.0",
202+
sha256 = "e05a4d65232ae2b27b3d77da2e368522fb46b923335b8e0d5f77624c32484044",
203+
strip_prefix = "node-v22.12.0-linux-x64/",
204+
urls = ["https://nodejs.org/dist/v22.12.0/node-v22.12.0-linux-x64.tar.gz"],
205+
version = "22.12.0",
206206
architecture = "amd64",
207207
control = "//nodejs:control",
208208
)
209209

210210
node_archive(
211211
name = "nodejs22_arm64",
212-
sha256 = "27453f7a0dd6b9e6738f1f6ea6a09b102ec7aa484de1e39d6a1c3608ad47aa6a",
213-
strip_prefix = "node-v22.11.0-linux-arm64/",
214-
urls = ["https://nodejs.org/dist/v22.11.0/node-v22.11.0-linux-arm64.tar.gz"],
215-
version = "22.11.0",
212+
sha256 = "9e7905fdee722f9650a03ae644b51c4c6effd3b98ac93c588700072ab35c9ddb",
213+
strip_prefix = "node-v22.12.0-linux-arm64/",
214+
urls = ["https://nodejs.org/dist/v22.12.0/node-v22.12.0-linux-arm64.tar.gz"],
215+
version = "22.12.0",
216216
architecture = "arm64",
217217
control = "//nodejs:control",
218218
)
219219

220220
node_archive(
221221
name = "nodejs22_arm",
222-
sha256 = "f85ced095b17e2535859fd2a5641370c3fca12dd72147f93d2696e2909fe1e9d",
223-
strip_prefix = "node-v22.11.0-linux-armv7l/",
224-
urls = ["https://nodejs.org/dist/v22.11.0/node-v22.11.0-linux-armv7l.tar.gz"],
225-
version = "22.11.0",
222+
sha256 = "f6f3dc6493befa7844e2f65024f857dc8fbbc0d86089b09f6e73d5eb7e2ce9ad",
223+
strip_prefix = "node-v22.12.0-linux-armv7l/",
224+
urls = ["https://nodejs.org/dist/v22.12.0/node-v22.12.0-linux-armv7l.tar.gz"],
225+
version = "22.12.0",
226226
architecture = "arm",
227227
control = "//nodejs:control",
228228
)
229229

230230
node_archive(
231231
name = "nodejs22_ppc64le",
232-
sha256 = "0532965a717d3996302a111703c007dac2763e01795730d488dadbc2fcfac2fa",
233-
strip_prefix = "node-v22.11.0-linux-ppc64le/",
234-
urls = ["https://nodejs.org/dist/v22.11.0/node-v22.11.0-linux-ppc64le.tar.gz"],
235-
version = "22.11.0",
232+
sha256 = "a01148778eb1e9c56413e6a69cfe8d4563524c914dc3f9c667948a0d7a1a151a",
233+
strip_prefix = "node-v22.12.0-linux-ppc64le/",
234+
urls = ["https://nodejs.org/dist/v22.12.0/node-v22.12.0-linux-ppc64le.tar.gz"],
235+
version = "22.12.0",
236236
architecture = "ppc64le",
237237
control = "//nodejs:control",
238238
)
239239

240240
node_archive(
241241
name = "nodejs22_s390x",
242-
sha256 = "64f691400ffe3a84be930e0cb03607d0b95bef122a679f7893d8e2972e90c521",
243-
strip_prefix = "node-v22.11.0-linux-s390x/",
244-
urls = ["https://nodejs.org/dist/v22.11.0/node-v22.11.0-linux-s390x.tar.gz"],
245-
version = "22.11.0",
242+
sha256 = "63dd2e20cb50e2145c06f8f55b5682753691965b20fa08797a969a15b751ac8e",
243+
strip_prefix = "node-v22.12.0-linux-s390x/",
244+
urls = ["https://nodejs.org/dist/v22.12.0/node-v22.12.0-linux-s390x.tar.gz"],
245+
version = "22.12.0",
246246
architecture = "s390x",
247247
control = "//nodejs:control",
248248
)

0 commit comments

Comments
 (0)