@@ -270,44 +270,44 @@ def _buf_deps():
270
270
strip_prefix = "buf/bin" ,
271
271
build_file_content = """exports_files(["buf"], visibility = ["//visibility:public"])""" ,
272
272
urls = [
273
- "https://cdn.confidential.cloud/constellation/cas/sha256/82dcf1a5f45498b539a04d764e3cb274a13c8d94271c92508fc1624d227895ff " ,
274
- "https://github.com/bufbuild/buf/releases/download/v1.34 .0/buf-Linux-x86_64.tar.gz" ,
273
+ "https://cdn.confidential.cloud/constellation/cas/sha256/b0515420c9705332a0cc2161b7c515d55ed7111ef2ccc791c2282ca4eeaf5115 " ,
274
+ "https://github.com/bufbuild/buf/releases/download/v1.36 .0/buf-Linux-x86_64.tar.gz" ,
275
275
],
276
276
type = "tar.gz" ,
277
- sha256 = "82dcf1a5f45498b539a04d764e3cb274a13c8d94271c92508fc1624d227895ff " ,
277
+ sha256 = "b0515420c9705332a0cc2161b7c515d55ed7111ef2ccc791c2282ca4eeaf5115 " ,
278
278
)
279
279
http_archive (
280
280
name = "com_github_bufbuild_buf_linux_arm64" ,
281
281
strip_prefix = "buf/bin" ,
282
282
build_file_content = """exports_files(["buf"], visibility = ["//visibility:public"])""" ,
283
283
urls = [
284
- "https://cdn.confidential.cloud/constellation/cas/sha256/564d3ee76d93940addc15ba99b6ccc08b199c345800947a6d7f92e123aa62343 " ,
285
- "https://github.com/bufbuild/buf/releases/download/v1.34 .0/buf-Linux-aarch64.tar.gz" ,
284
+ "https://cdn.confidential.cloud/constellation/cas/sha256/b71f79c5057bdf733d39ab5cbf05eaba172e5fbfcead2629a3eaf3d24d9afab9 " ,
285
+ "https://github.com/bufbuild/buf/releases/download/v1.36 .0/buf-Linux-aarch64.tar.gz" ,
286
286
],
287
287
type = "tar.gz" ,
288
- sha256 = "564d3ee76d93940addc15ba99b6ccc08b199c345800947a6d7f92e123aa62343 " ,
288
+ sha256 = "b71f79c5057bdf733d39ab5cbf05eaba172e5fbfcead2629a3eaf3d24d9afab9 " ,
289
289
)
290
290
http_archive (
291
291
name = "com_github_bufbuild_buf_darwin_amd64" ,
292
292
strip_prefix = "buf/bin" ,
293
293
build_file_content = """exports_files(["buf"], visibility = ["//visibility:public"])""" ,
294
294
urls = [
295
- "https://cdn.confidential.cloud/constellation/cas/sha256/6f07be0a8db1798fae85e19bbe6eb5618dadddff4be3e3d1e80a30d4f2a35d20 " ,
296
- "https://github.com/bufbuild/buf/releases/download/v1.34 .0/buf-Darwin-x86_64.tar.gz" ,
295
+ "https://cdn.confidential.cloud/constellation/cas/sha256/c5880bff78014f3204b442fe538aa2a5d9653ef73869913cdb01d84ae841f95d " ,
296
+ "https://github.com/bufbuild/buf/releases/download/v1.36 .0/buf-Darwin-x86_64.tar.gz" ,
297
297
],
298
298
type = "tar.gz" ,
299
- sha256 = "6f07be0a8db1798fae85e19bbe6eb5618dadddff4be3e3d1e80a30d4f2a35d20 " ,
299
+ sha256 = "c5880bff78014f3204b442fe538aa2a5d9653ef73869913cdb01d84ae841f95d " ,
300
300
)
301
301
http_archive (
302
302
name = "com_github_bufbuild_buf_darwin_arm64" ,
303
303
strip_prefix = "buf/bin" ,
304
304
build_file_content = """exports_files(["buf"], visibility = ["//visibility:public"])""" ,
305
305
urls = [
306
- "https://cdn.confidential.cloud/constellation/cas/sha256/1a36e18b9aaaa69465d1a3b5fd061a9b6b9933ab93a71961824eba2afa0151fe " ,
307
- "https://github.com/bufbuild/buf/releases/download/v1.34 .0/buf-Darwin-arm64.tar.gz" ,
306
+ "https://cdn.confidential.cloud/constellation/cas/sha256/abd9cadbd1f86ae9e8683b73e1f44455ecdd3b908f65c72795c47e94bccae2f2 " ,
307
+ "https://github.com/bufbuild/buf/releases/download/v1.36 .0/buf-Darwin-arm64.tar.gz" ,
308
308
],
309
309
type = "tar.gz" ,
310
- sha256 = "1a36e18b9aaaa69465d1a3b5fd061a9b6b9933ab93a71961824eba2afa0151fe " ,
310
+ sha256 = "abd9cadbd1f86ae9e8683b73e1f44455ecdd3b908f65c72795c47e94bccae2f2 " ,
311
311
)
312
312
313
313
def _talos_docgen_deps ():
0 commit comments