We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd932a commit 3a1485dCopy full SHA for 3a1485d
bazel/bzlmod/secondary_umbrella.bzl
@@ -28,9 +28,9 @@ def secondary_umbrella():
28
name = "rabbitmq-server-generic-unix-3.13",
29
build_file = "@//:BUILD.package_generic_unix",
30
patch_cmds = [ADD_PLUGINS_DIR_BUILD_FILE],
31
- strip_prefix = "rabbitmq_server-3.13.1",
+ strip_prefix = "rabbitmq_server-3.13.7",
32
# This file is produced just in time by the test-mixed-versions.yaml GitHub Actions workflow.
33
urls = [
34
- "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/26.1/package-generic-unix-for-mixed-version-testing-v3.13.1.tar.xz",
+ "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/26.1/package-generic-unix-for-mixed-version-testing-v3.13.7.tar.xz",
35
],
36
)
0 commit comments