From a4c358dafb393ddfbdf0d8bcb5a8689cde114439 Mon Sep 17 00:00:00 2001 From: Wojciech Gawronski Date: Wed, 26 Apr 2017 23:38:58 +0200 Subject: [PATCH] Hex requires all deps to be hexified. --- rebar.config | 2 +- rebar.lock | 8 ++++---- src/xprof.app.src | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rebar.config b/rebar.config index 4699add9..a95df3f8 100644 --- a/rebar.config +++ b/rebar.config @@ -18,7 +18,7 @@ ]}. {deps, - [{hdr_histogram, {git, "https://github.com/afronski/hdr_histogram_erl.git", {tag, "0.3.2-custom"}}}, + [{customized_hdr_histogram, "0.3.2"}, {cowboy, "1.1.2"}, {lager, "3.2.4"}, {jsone, "1.3.1"} diff --git a/rebar.lock b/rebar.lock index 71fc8198..17a8101c 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,11 +1,10 @@ {"1.1.0", [{<<"cowboy">>,{pkg,<<"cowboy">>,<<"1.1.2">>},0}, {<<"cowlib">>,{pkg,<<"cowlib">>,<<"1.0.2">>},1}, - {<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1}, - {<<"hdr_histogram">>, - {git,"https://github.com/afronski/hdr_histogram_erl.git", - {ref,"cdc48f140fb073e941644995ff3a421a1fb8e573"}}, + {<<"customized_hdr_histogram">>, + {pkg,<<"customized_hdr_histogram">>,<<"0.3.2">>}, 0}, + {<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1}, {<<"jsone">>,{pkg,<<"jsone">>,<<"1.3.1">>},0}, {<<"lager">>,{pkg,<<"lager">>,<<"3.2.4">>},0}, {<<"ranch">>,{pkg,<<"ranch">>,<<"1.3.2">>},1}]}. @@ -13,6 +12,7 @@ {pkg_hash,[ {<<"cowboy">>, <<"61AC29EA970389A88ECA5A65601460162D370A70018AFE6F949A29DCA91F3BB0">>}, {<<"cowlib">>, <<"9D769A1D062C9C3AC753096F868CA121E2730B9A377DE23DEC0F7E08B1DF84EE">>}, + {<<"customized_hdr_histogram">>, <<"14DDAE316FB694455FCC20CBD1AD5F057E421132E562AFB93BD81EDA44BD937D">>}, {<<"goldrush">>, <<"F06E5D5F1277DA5C413E84D5A2924174182FB108DABB39D5EC548B27424CD106">>}, {<<"jsone">>, <<"133BE761810EC0E94E05D4156944FFC35D02D6A88FA8FDFC2AF29BA53EADB377">>}, {<<"lager">>, <<"A6DEB74DAE7927F46BD13255268308EF03EB206EC784A94EAF7C1C0F3B811615">>}, diff --git a/src/xprof.app.src b/src/xprof.app.src index 10a44938..89ba6ad3 100644 --- a/src/xprof.app.src +++ b/src/xprof.app.src @@ -9,7 +9,7 @@ ,cowboy ,lager ,jsone - ,hdr_histogram + ,customized_hdr_histogram ]} ,{env,[]} ,{modules, []}