fix deps, zomp meta (v 0.2.1)
This commit is contained in:
parent
d45f64f027
commit
9038158c12
@ -10,11 +10,11 @@
|
||||
{gmhive_protocol,
|
||||
{git, "https://git.qpq.swiss/QPQ-AG/gmhive_protocol.git",
|
||||
{ref, "818ce33"}}},
|
||||
{gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "708f1a6"}}},
|
||||
{gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "f6b6fd7"}}},
|
||||
{gmconfig, {git, "https://git.qpq.swiss/QPQ-AG/gmconfig.git",
|
||||
{ref, "38620ff9e2"}}},
|
||||
{gproc, "1.0.0"},
|
||||
{setup, {git, "https://github.com/uwiger/setup", {ref, "3ad83ed"}}}
|
||||
{setup, {git, "https://github.com/uwiger/setup", {ref, "d9b0b51"}}}
|
||||
]}.
|
||||
|
||||
{relx, [
|
||||
|
15
rebar.lock
15
rebar.lock
@ -1,10 +1,5 @@
|
||||
{"1.2.0",
|
||||
[{<<"aecuckooprebuilt">>,
|
||||
{aecuckooprebuilt_app_with_priv_from_git,
|
||||
{git,"https://github.com/aeternity/cuckoo-prebuilt.git",
|
||||
{ref,"90afb699dc9cc41d033a7c8551179d32b3bd569d"}}},
|
||||
1},
|
||||
{<<"base58">>,
|
||||
[{<<"base58">>,
|
||||
{git,"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
||||
{ref,"e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}},
|
||||
2},
|
||||
@ -24,13 +19,17 @@
|
||||
{git,"https://git.qpq.swiss/QPQ-AG/gmconfig.git",
|
||||
{ref,"38620ff9e2289dff121377c382e4d5b08c719d87"}},
|
||||
0},
|
||||
{<<"gmcuckoo">>,
|
||||
{git,"https://git.qpq.swiss/QPQ-AG/gmcuckoo.git",
|
||||
{ref,"106e1cd2e4ff81286f6bc7d7c85f83bc20e14b82"}},
|
||||
1},
|
||||
{<<"gmhive_protocol">>,
|
||||
{git,"https://git.qpq.swiss/QPQ-AG/gmhive_protocol.git",
|
||||
{ref,"818ce33cc1dec74c020515be48fb548a5207befd"}},
|
||||
0},
|
||||
{<<"gmhive_worker">>,
|
||||
{git,"https://git.qpq.swiss/QPQ-AG/gmhive_worker",
|
||||
{ref,"708f1a62f9584f874eb9436a974401b5d4272d9f"}},
|
||||
{ref,"f6b6fd7915b311da76e907062db378b4a9af7913"}},
|
||||
0},
|
||||
{<<"gmserialization">>,
|
||||
{git,"https://git.qpq.swiss/QPQ-AG/gmserialization.git",
|
||||
@ -39,7 +38,7 @@
|
||||
{<<"gproc">>,{pkg,<<"gproc">>,<<"1.0.0">>},0},
|
||||
{<<"setup">>,
|
||||
{git,"https://github.com/uwiger/setup",
|
||||
{ref,"3ad83ed3cade6780897d11f5f0d987012b93345b"}},
|
||||
{ref,"d9b0b51505ff75c459f1ab62bd907ca5e3a32291"}},
|
||||
0}]}.
|
||||
[
|
||||
{pkg_hash,[
|
||||
|
@ -5,11 +5,11 @@
|
||||
{desc,"Gajumaru Hive Client"}.
|
||||
{author,"Ulf Wiger, QPQ AG"}.
|
||||
{package_id,{"uwiger","gmhive_client",{0,2,1}}}.
|
||||
{deps,[{"otpr","eblake2",{1,0,1}},
|
||||
{"uwiger","gmcuckoo",{1,1,1}},
|
||||
{deps,[{"uwiger","gmhive_worker",{0,2,1}},
|
||||
{"uwiger","gmcuckoo",{1,2,2}},
|
||||
{"otpr","eblake2",{1,0,1}},
|
||||
{"otpr","base58",{0,1,1}},
|
||||
{"otpr","gmserialization",{0,1,3}},
|
||||
{"uwiger","gmhive_worker",{0,1,1}},
|
||||
{"uwiger","gmhive_protocol",{0,1,1}},
|
||||
{"uwiger","setup",{2,2,4}},
|
||||
{"uwiger","gproc",{1,0,1}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user