Skip to content

Commit 90d1878

Browse files
authored
chore: upgrade to Aspect Workflows 5.10.6 (#876)
1 parent 31b4bb6 commit 90d1878

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.aspect/workflows/deps.bzl

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", _http_archive = "http_archi
44
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
55

66
# TODO: move this to a rule set so repositories on Aspect Workflows can avoid this boilerplate
7-
rosetta_version = "5.10.0"
7+
rosetta_version = "5.10.6"
88
rosetta_integrity = {
9-
"darwin_aarch64": "sha256-aTXCWc9g1Glri1wsEYQBT/Put63g76wqPOa8QRpHjh0=",
10-
"darwin_x86_64": "sha256-fjWA0bvrz9f4U5pRtNOuUlnS/J2j/Xm5PTx22fm68s0=",
11-
"linux_aarch64": "sha256-U0ziMfHJ8hwo3NUM96q0EjajyxozbtghH7XvyUFZbOQ=",
12-
"linux_x86_64": "sha256-YtS/c/vQla6SBjLYJd5N/AztMHJyWOLEdH/WVhswIiI=",
9+
"darwin_aarch64": "sha256-flgaK95KA2aTKjFlNRZUWwAxlkQJe6Ih69p1owuJVdI=",
10+
"darwin_x86_64": "sha256-TOBC+/nlrPeLpniyvC7Rt2xBffde64Lgz/dKBK6iqXk=",
11+
"linux_aarch64": "sha256-NPPHjOViwRoQXEAcMtCAmKfK2OIa408X2+7AuxqkXjE=",
12+
"linux_x86_64": "sha256-2rrHoJ72ngfCZRux6GF3RN3ibFhRcb1HZ3LvNFUH3RM=",
1313
}
1414

1515
# https://github.com/suzuki-shunsuke/circleci-config-merge/releases

0 commit comments

Comments
 (0)