Skip to content

Commit

Permalink
chore: upgrade Aspect Workflows to 5.10.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kormide authored and gregmagolan committed Apr 16, 2024
1 parent 7507567 commit e044a42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .aspect/workflows/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", _http_archive = "http_archi
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

# TODO: move this to a rule set so repositories on Aspect Workflows can avoid this boilerplate
rosetta_version = "5.10.0-alpha.5"
rosetta_version = "5.10.0-alpha.6"
rosetta_integrity = {
"darwin_aarch64": "sha256-Htef9DCZ9OIRlQrB6q+DtzRvN/PpmrZvxer3YY55NXk=",
"darwin_x86_64": "sha256-nUd8AShG9MeQ0X+53BMQmEProRvEBTsUTyyGTZ09JVo=",
"linux_aarch64": "sha256-AID0/GU5E2R+IygPoDSxq13pbUsx3vJq6U/0TRmiSWw=",
"linux_x86_64": "sha256-MV8khtxFvJ7lzBEPWjlBCb/r0x559gP5Web3aT0df2o=",
"darwin_aarch64": "sha256-3o5/TG7+kn2pm3p7FLhTmeLJdv8uIAiSaH9P3ANxn+0=",
"darwin_x86_64": "sha256-tKZZG9s8aozGmX98bwZx4FPqYUvbqD3lUk1+kCOxknw=",
"linux_aarch64": "sha256-YxQU1xWBWj9i/ODr2QHdJsd6akR55KUkufbYLCsS3m8=",
"linux_x86_64": "sha256-CXv1gOwVov0WcI7lDijTcXCdDivGyTmOWZ4lTiv64aE=",
}

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

0 comments on commit e044a42

Please sign in to comment.