File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ erlang_package.hex(
4040 sha256 = "e4175dc240a70d996156160891e1c62238ede1729e45740bdd38064dad476170" ,
4141)
4242
43- erlang_package .git (
43+ erlang_package .hex (
4444 name = "credentials_obfuscation" ,
45- repository = "rabbitmq/credentials-obfuscation " ,
46- tag = "v2.4.0 " ,
45+ version = "3.0.0 " ,
46+ sha256 = "bf2060c7058d4e765cdb4319ec94ad71c00d102931d667415b2cd5e991d9d038 " ,
4747)
4848
4949erlang_package .git (
Original file line number Diff line number Diff line change 2828LOCAL_DEPS = compiler crypto public_key sasl ssl syntax_tools tools xmerl
2929DEPS = jsx recon credentials_obfuscation
3030
31- dep_credentials_obfuscation = hex 2.4 .0
31+ dep_credentials_obfuscation = hex 3.0 .0
3232
3333# Variables and recipes in development.*.mk are meant to be used from
3434# any Git clone. They are excluded from the files published to Hex.pm.
Original file line number Diff line number Diff line change @@ -49,13 +49,10 @@ def rabbitmq_external_deps(rabbitmq_workspace = "@rabbitmq-server"):
4949 sha256 = "e4175dc240a70d996156160891e1c62238ede1729e45740bdd38064dad476170" ,
5050 )
5151
52- github_erlang_app (
53- repo = "credentials-obfuscation" ,
52+ hex_pm_erlang_app (
5453 name = "credentials_obfuscation" ,
55- org = "rabbitmq" ,
56- sha256 = "a5cecd861334a8a5fb8c9b108a74c83ba0041653c53c523bb97f70dbefa30fe3" ,
57- ref = "v2.4.0" ,
58- version = "2.4.0" ,
54+ version = "3.0.0" ,
55+ sha256 = "bf2060c7058d4e765cdb4319ec94ad71c00d102931d667415b2cd5e991d9d038" ,
5956 )
6057
6158 github_erlang_app (
You can’t perform that action at this time.
0 commit comments