Skip to content

Commit b349cbd

Browse files
committed
Update khepri_mnesia_migration from 0.5.0 to 0.6.0
Release notes: https://github.com/rabbitmq/khepri_mnesia_migration/releases/tag/v0.15.0
1 parent 9f0f04e commit b349cbd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

MODULE.bazel

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,13 @@ erlang_package.git_package(
216216
branch = "main",
217217
)
218218

219-
erlang_package.hex_package(
219+
erlang_package.git_package(
220220
name = "khepri_mnesia_migration",
221221
build_file = "@rabbitmq-server//bazel:BUILD.khepri_mnesia_migration",
222-
sha256 = "f56d277ca7876371615cef9c5674c78854f31cf9f26ce97fd3f4b5a65573ccc4",
223-
version = "0.5.0",
222+
#sha256 = "f56d277ca7876371615cef9c5674c78854f31cf9f26ce97fd3f4b5a65573ccc4",
223+
#version = "0.5.0",
224+
repository = "rabbitmq/khepri_mnesia_migration",
225+
branch = "main",
224226
)
225227

226228
erlang_package.hex_package(

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dep_cuttlefish = hex 3.4.0
4747
dep_gen_batch_server = hex 0.8.8
4848
dep_jose = hex 1.11.10
4949
dep_khepri = git https://github.com/rabbitmq/khepri main # XXX
50-
dep_khepri_mnesia_migration = hex 0.5.0
50+
dep_khepri_mnesia_migration = git https://github.com/rabbitmq/khepri_mnesia_migration main # XXX
5151
dep_prometheus = hex 4.11.0
5252
dep_ra = hex 2.13.6
5353
dep_ranch = hex 2.1.0

0 commit comments

Comments
 (0)