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(
40
40
sha256 = "e4175dc240a70d996156160891e1c62238ede1729e45740bdd38064dad476170" ,
41
41
)
42
42
43
- erlang_package .git (
43
+ erlang_package .hex (
44
44
name = "credentials_obfuscation" ,
45
- repository = "rabbitmq/credentials-obfuscation " ,
46
- tag = "v2.4.0 " ,
45
+ version = "3.0.0 " ,
46
+ sha256 = "bf2060c7058d4e765cdb4319ec94ad71c00d102931d667415b2cd5e991d9d038 " ,
47
47
)
48
48
49
49
erlang_package .git (
Original file line number Diff line number Diff line change 28
28
LOCAL_DEPS = compiler crypto public_key sasl ssl syntax_tools tools xmerl
29
29
DEPS = jsx recon credentials_obfuscation
30
30
31
- dep_credentials_obfuscation = hex 2.4 .0
31
+ dep_credentials_obfuscation = hex 3.0 .0
32
32
33
33
# Variables and recipes in development.*.mk are meant to be used from
34
34
# 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"):
49
49
sha256 = "e4175dc240a70d996156160891e1c62238ede1729e45740bdd38064dad476170" ,
50
50
)
51
51
52
- github_erlang_app (
53
- repo = "credentials-obfuscation" ,
52
+ hex_pm_erlang_app (
54
53
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" ,
59
56
)
60
57
61
58
github_erlang_app (
You can’t perform that action at this time.
0 commit comments