@@ -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