Skip to content

Commit 5cb0a79

Browse files
committed
WIP: Update khepri_mnesia_migration to compat branch
1 parent 4a1c469 commit 5cb0a79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

+3-3
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@ erlang_package.git_package(
214214
commit = "fde1113b8e3c8ce8d11840ff24acc94c34a4f4c5",
215215
)
216216

217-
erlang_package.hex_package(
217+
erlang_package.git_package(
218218
name = "khepri_mnesia_migration",
219219
build_file = "@rabbitmq-server//bazel:BUILD.khepri_mnesia_migration",
220-
sha256 = "24b87e51b9e46eaeeadb898720e12a58d501cbb05c16e28ca27063e66d60e85c",
221-
version = "0.7.1",
220+
repository = "rabbitmq/khepri_mnesia_migration",
221+
commit = "cd6e09e3aea9df86a7515ebe8d6d4d68509e290c",
222222
)
223223

224224
erlang_package.hex_package(

rabbitmq-components.mk

+1-1
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 fde1113b8e3c8ce8d11840ff24acc94c34a4f4c5
50-
dep_khepri_mnesia_migration = hex 0.7.1
50+
dep_khepri_mnesia_migration = git https://github.com/rabbitmq/khepri_mnesia_migration cd6e09e3aea9df86a7515ebe8d6d4d68509e290c
5151
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.5
5252
dep_prometheus = hex 4.11.0
5353
dep_ra = hex 2.16.0-pre.6

0 commit comments

Comments
 (0)