Skip to content

Commit 8694d6e

Browse files
Bump Osiris to 1.2.5
1 parent 716c3b8 commit 8694d6e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

workspace_helpers.bzl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,12 @@ erlang_app(
155155
sha256 = "a41b6d3e11a3444e063e09cc225f7f3e631ce14019e5fbcaebfda89b1bd788ea",
156156
)
157157

158-
# v1.2.4 of osiris still assumes bazel-erlang, so we import it via rules_erlang here
159158
github_erlang_app(
160159
name = "osiris",
161160
org = "rabbitmq",
162-
ref = "refs/tags/v1.2.4",
163-
version = "1.2.4",
164-
sha256 = "f225265995ee8ab148c61a98fcbcf61eebc222027a006eb19586b7a6c9d03008",
161+
ref = "refs/tags/v1.2.5",
162+
version = "1.2.5",
163+
sha256 = "6d39f32a39d5d3c67cbce59afc007191197182a95a530b4a0c41b5aacda902b3",
165164
build_file = rabbitmq_workspace + "//:BUILD.osiris",
166165
)
167166

0 commit comments

Comments
 (0)