Skip to content

Commit

Permalink
WIP: Update khepri_mnesia_migration to compat branch
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Dec 6, 2024
1 parent 4a1c469 commit 42f571a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ erlang_package.git_package(
commit = "fde1113b8e3c8ce8d11840ff24acc94c34a4f4c5",
)

erlang_package.hex_package(
erlang_package.git_package(
name = "khepri_mnesia_migration",
build_file = "@rabbitmq-server//bazel:BUILD.khepri_mnesia_migration",
sha256 = "24b87e51b9e46eaeeadb898720e12a58d501cbb05c16e28ca27063e66d60e85c",
version = "0.7.1",
repository = "rabbitmq/khepri_mnesia_migration",
commit = "ab914e288af57d2c058c7d0a0c29d0d9158bda53",
)

erlang_package.hex_package(
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dep_cuttlefish = hex 3.4.0
dep_gen_batch_server = hex 0.8.8
dep_jose = hex 1.11.10
dep_khepri = git https://github.com/rabbitmq/khepri fde1113b8e3c8ce8d11840ff24acc94c34a4f4c5
dep_khepri_mnesia_migration = hex 0.7.1
dep_khepri_mnesia_migration = git https://github.com/rabbitmq/khepri_mnesia_migration ab914e288af57d2c058c7d0a0c29d0d9158bda53
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.5
dep_prometheus = hex 4.11.0
dep_ra = hex 2.16.0-pre.6
Expand Down

0 comments on commit 42f571a

Please sign in to comment.