new rebar (OTP 26) + new enacl dep

This commit is contained in:
Ulf Wiger 2024-12-11 16:16:45 +01:00
parent c788653d17
commit 1afb64969c
3 changed files with 8 additions and 6 deletions

View File

@ -11,8 +11,8 @@
{ref, "996ffcd"}}}, {ref, "996ffcd"}}},
%% This is used just in one place, just to get blake2b_256 hash. %% This is used just in one place, just to get blake2b_256 hash.
{enacl, {git, "https://github.com/aeternity/enacl.git", {enacl, {git, "https://gitlab.com/ioecs/enacl.git",
{ref, "67fceef"}}} {ref, "4eb7ec70"}}}
]}. ]}.
{plugins, [{rebar_aecuckooprebuilt_dep, {git, "https://github.com/aeternity/rebar3-cuckoo-prebuilt-plugin.git", {plugins, [{rebar_aecuckooprebuilt_dep, {git, "https://github.com/aeternity/rebar3-cuckoo-prebuilt-plugin.git",

View File

@ -1,4 +1,4 @@
{"1.1.0", {"1.2.0",
[{<<"aecuckoo">>, [{<<"aecuckoo">>,
{git,"https://github.com/aeternity/aecuckoo.git", {git,"https://github.com/aeternity/aecuckoo.git",
{ref,"996ffcdb336f1c2254ea8e1b1a657b05b7ea4a81"}}, {ref,"996ffcdb336f1c2254ea8e1b1a657b05b7ea4a81"}},
@ -9,11 +9,13 @@
{ref,"90afb699dc9cc41d033a7c8551179d32b3bd569d"}}}, {ref,"90afb699dc9cc41d033a7c8551179d32b3bd569d"}}},
0}, 0},
{<<"enacl">>, {<<"enacl">>,
{git,"https://github.com/aeternity/enacl.git", {git,"https://gitlab.com/ioecs/enacl.git",
{ref,"67fceef42c0d055570f2e67b571f8d1f8de2f204"}}, {ref,"4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}},
0}, 0},
{<<"hut">>,{pkg,<<"hut">>,<<"1.3.0">>},0}]}. {<<"hut">>,{pkg,<<"hut">>,<<"1.3.0">>},0}]}.
[ [
{pkg_hash,[ {pkg_hash,[
{<<"hut">>, <<"71F2F054E657C03F959CF1ACC43F436EA87580696528CA2A55C8AFB1B06C85E7">>}]} {<<"hut">>, <<"71F2F054E657C03F959CF1ACC43F436EA87580696528CA2A55C8AFB1B06C85E7">>}]},
{pkg_hash_ext,[
{<<"hut">>, <<"7E15D28555D8A1F2B5A3A931EC120AF0753E4853A4C66053DB354F35BF9AB563">>}]}
]. ].

BIN
rebar3

Binary file not shown.