Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 7f52752

Browse files
deps: update bufbuild/buf to v1.50.1 (#3697)
* deps: update bufbuild/buf to v1.50.1 * deps: tidy all modules --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
1 parent dbb7c5b commit 7f52752

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

bazel/toolchains/ci_deps.bzl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -270,44 +270,44 @@ def _buf_deps():
270270
strip_prefix = "buf/bin",
271271
build_file_content = """exports_files(["buf"], visibility = ["//visibility:public"])""",
272272
urls = [
273-
"https://cdn.confidential.cloud/constellation/cas/sha256/80c1211dfc4844499c6ddad341bb21206579883fd33cea0a2c40c82befd70602",
274-
"https://github.com/bufbuild/buf/releases/download/v1.50.0/buf-Linux-x86_64.tar.gz",
273+
"https://cdn.confidential.cloud/constellation/cas/sha256/96f701c56484899c85dd0fe3895fad431226e20312f2bd5af2e33a87d260d4ce",
274+
"https://github.com/bufbuild/buf/releases/download/v1.50.1/buf-Linux-x86_64.tar.gz",
275275
],
276276
type = "tar.gz",
277-
sha256 = "80c1211dfc4844499c6ddad341bb21206579883fd33cea0a2c40c82befd70602",
277+
sha256 = "96f701c56484899c85dd0fe3895fad431226e20312f2bd5af2e33a87d260d4ce",
278278
)
279279
http_archive(
280280
name = "com_github_bufbuild_buf_linux_arm64",
281281
strip_prefix = "buf/bin",
282282
build_file_content = """exports_files(["buf"], visibility = ["//visibility:public"])""",
283283
urls = [
284-
"https://cdn.confidential.cloud/constellation/cas/sha256/4c920c5f96eb99ad13eb6f25cf740fdb42963401faa267bee03fbd3e163730b2",
285-
"https://github.com/bufbuild/buf/releases/download/v1.50.0/buf-Linux-aarch64.tar.gz",
284+
"https://cdn.confidential.cloud/constellation/cas/sha256/92acc02c6d9126a8ed7e0d18793b6e11289c483a550d21e7b7a4271264925bca",
285+
"https://github.com/bufbuild/buf/releases/download/v1.50.1/buf-Linux-aarch64.tar.gz",
286286
],
287287
type = "tar.gz",
288-
sha256 = "4c920c5f96eb99ad13eb6f25cf740fdb42963401faa267bee03fbd3e163730b2",
288+
sha256 = "92acc02c6d9126a8ed7e0d18793b6e11289c483a550d21e7b7a4271264925bca",
289289
)
290290
http_archive(
291291
name = "com_github_bufbuild_buf_darwin_amd64",
292292
strip_prefix = "buf/bin",
293293
build_file_content = """exports_files(["buf"], visibility = ["//visibility:public"])""",
294294
urls = [
295-
"https://cdn.confidential.cloud/constellation/cas/sha256/fc64b4a16964d7ec49fb2d245159d57dbfb3dac947e2a86413f9685cf8de2ac5",
296-
"https://github.com/bufbuild/buf/releases/download/v1.50.0/buf-Darwin-x86_64.tar.gz",
295+
"https://cdn.confidential.cloud/constellation/cas/sha256/28acc2c4c6b5698367f39d1de90b2259ce0d2d48ee4a17b636d69aa9498138d2",
296+
"https://github.com/bufbuild/buf/releases/download/v1.50.1/buf-Darwin-x86_64.tar.gz",
297297
],
298298
type = "tar.gz",
299-
sha256 = "fc64b4a16964d7ec49fb2d245159d57dbfb3dac947e2a86413f9685cf8de2ac5",
299+
sha256 = "28acc2c4c6b5698367f39d1de90b2259ce0d2d48ee4a17b636d69aa9498138d2",
300300
)
301301
http_archive(
302302
name = "com_github_bufbuild_buf_darwin_arm64",
303303
strip_prefix = "buf/bin",
304304
build_file_content = """exports_files(["buf"], visibility = ["//visibility:public"])""",
305305
urls = [
306-
"https://cdn.confidential.cloud/constellation/cas/sha256/c80f7f8a1d8ffd36c5db31a360c7e0b65c8cf671d60bd3c34e1558e54f84f4cc",
307-
"https://github.com/bufbuild/buf/releases/download/v1.50.0/buf-Darwin-arm64.tar.gz",
306+
"https://cdn.confidential.cloud/constellation/cas/sha256/06df191fc2f0df70686a97370f2988a22a1d7cd69fb789d296bbd884b5280d29",
307+
"https://github.com/bufbuild/buf/releases/download/v1.50.1/buf-Darwin-arm64.tar.gz",
308308
],
309309
type = "tar.gz",
310-
sha256 = "c80f7f8a1d8ffd36c5db31a360c7e0b65c8cf671d60bd3c34e1558e54f84f4cc",
310+
sha256 = "06df191fc2f0df70686a97370f2988a22a1d7cd69fb789d296bbd884b5280d29",
311311
)
312312

313313
def _talos_docgen_deps():

0 commit comments

Comments
 (0)