Skip to content

Commit 6257d0a

Browse files
deps: update bufbuild/buf to v1.36.0 (edgelesssys#3302)
* deps: update bufbuild/buf to v1.36.0 * deps: tidy all modules --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: edgelessci <[email protected]>
1 parent 0ad89eb commit 6257d0a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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/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",
275275
],
276276
type = "tar.gz",
277-
sha256 = "82dcf1a5f45498b539a04d764e3cb274a13c8d94271c92508fc1624d227895ff",
277+
sha256 = "b0515420c9705332a0cc2161b7c515d55ed7111ef2ccc791c2282ca4eeaf5115",
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/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",
286286
],
287287
type = "tar.gz",
288-
sha256 = "564d3ee76d93940addc15ba99b6ccc08b199c345800947a6d7f92e123aa62343",
288+
sha256 = "b71f79c5057bdf733d39ab5cbf05eaba172e5fbfcead2629a3eaf3d24d9afab9",
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/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",
297297
],
298298
type = "tar.gz",
299-
sha256 = "6f07be0a8db1798fae85e19bbe6eb5618dadddff4be3e3d1e80a30d4f2a35d20",
299+
sha256 = "c5880bff78014f3204b442fe538aa2a5d9653ef73869913cdb01d84ae841f95d",
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/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",
308308
],
309309
type = "tar.gz",
310-
sha256 = "1a36e18b9aaaa69465d1a3b5fd061a9b6b9933ab93a71961824eba2afa0151fe",
310+
sha256 = "abd9cadbd1f86ae9e8683b73e1f44455ecdd3b908f65c72795c47e94bccae2f2",
311311
)
312312

313313
def _talos_docgen_deps():

0 commit comments

Comments
 (0)