forked from potsda.mn/mobilizon
mix deps.update dataloader
This commit is contained in:
parent
317d628792
commit
473881136a
387
deps.nix
387
deps.nix
|
@ -1,15 +1,10 @@
|
||||||
{
|
{ lib, beamPackages, overrides ? (x: y: { }) }:
|
||||||
lib,
|
|
||||||
beamPackages,
|
|
||||||
overrides ? (x: y: { }),
|
|
||||||
}:
|
|
||||||
|
|
||||||
let
|
let
|
||||||
buildMix = lib.makeOverridable beamPackages.buildMix;
|
buildMix = lib.makeOverridable beamPackages.buildMix;
|
||||||
buildRebar3 = lib.makeOverridable beamPackages.buildRebar3;
|
buildRebar3 = lib.makeOverridable beamPackages.buildRebar3;
|
||||||
|
|
||||||
defaultOverrides = (
|
defaultOverrides = (final: prev:
|
||||||
final: prev:
|
|
||||||
|
|
||||||
let
|
let
|
||||||
apps = { };
|
apps = { };
|
||||||
|
@ -27,15 +22,11 @@ let
|
||||||
if builtins.hasAttr appName apps then drv.override allOverridesForApp else drv;
|
if builtins.hasAttr appName apps then drv.override allOverridesForApp else drv;
|
||||||
|
|
||||||
in
|
in
|
||||||
builtins.mapAttrs applyOverrides prev
|
builtins.mapAttrs applyOverrides prev);
|
||||||
);
|
|
||||||
|
|
||||||
self = packages // (defaultOverrides self packages) // (overrides self packages);
|
self = packages // (defaultOverrides self packages) // (overrides self packages);
|
||||||
|
|
||||||
packages =
|
packages = with beamPackages; with self; {
|
||||||
with beamPackages;
|
|
||||||
with self;
|
|
||||||
{
|
|
||||||
absinthe =
|
absinthe =
|
||||||
let
|
let
|
||||||
version = "1.7.6";
|
version = "1.7.6";
|
||||||
|
@ -50,12 +41,7 @@ let
|
||||||
sha256 = "e7626951ca5eec627da960615b51009f3a774765406ff02722b1d818f17e5778";
|
sha256 = "e7626951ca5eec627da960615b51009f3a774765406ff02722b1d818f17e5778";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ dataloader decimal nimble_parsec telemetry ];
|
||||||
dataloader
|
|
||||||
decimal
|
|
||||||
nimble_parsec
|
|
||||||
telemetry
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
absinthe_phoenix =
|
absinthe_phoenix =
|
||||||
|
@ -72,14 +58,7 @@ let
|
||||||
sha256 = "d36918925c380dc7d2ed7d039c9a3b4182ec36723f7417a68745ade5aab22f8d";
|
sha256 = "d36918925c380dc7d2ed7d039c9a3b4182ec36723f7417a68745ade5aab22f8d";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ absinthe absinthe_plug decimal phoenix phoenix_html phoenix_pubsub ];
|
||||||
absinthe
|
|
||||||
absinthe_plug
|
|
||||||
decimal
|
|
||||||
phoenix
|
|
||||||
phoenix_html
|
|
||||||
phoenix_pubsub
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
absinthe_plug =
|
absinthe_plug =
|
||||||
|
@ -96,10 +75,7 @@ let
|
||||||
sha256 = "bbb04176647b735828861e7b2705465e53e2cf54ccf5a73ddd1ebd855f996e5a";
|
sha256 = "bbb04176647b735828861e7b2705465e53e2cf54ccf5a73ddd1ebd855f996e5a";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ absinthe plug ];
|
||||||
absinthe
|
|
||||||
plug
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
argon2_elixir =
|
argon2_elixir =
|
||||||
|
@ -116,10 +92,7 @@ let
|
||||||
sha256 = "f9da27cf060c9ea61b1bd47837a28d7e48a8f6fa13a745e252556c14f9132c7f";
|
sha256 = "f9da27cf060c9ea61b1bd47837a28d7e48a8f6fa13a745e252556c14f9132c7f";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ comeonin elixir_make ];
|
||||||
comeonin
|
|
||||||
elixir_make
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
atomex =
|
atomex =
|
||||||
|
@ -153,13 +126,7 @@ let
|
||||||
sha256 = "3e29150245a9b5f56944434e5240966e75c917dad248f689ab589b32187a81af";
|
sha256 = "3e29150245a9b5f56944434e5240966e75c917dad248f689ab589b32187a81af";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ hpax plug telemetry thousand_island websock ];
|
||||||
hpax
|
|
||||||
plug
|
|
||||||
telemetry
|
|
||||||
thousand_island
|
|
||||||
websock
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
cachex =
|
cachex =
|
||||||
|
@ -176,12 +143,7 @@ let
|
||||||
sha256 = "ebf24e373883bc8e0c8d894a63bbe102ae13d918f790121f5cfe6e485cc8e2e2";
|
sha256 = "ebf24e373883bc8e0c8d894a63bbe102ae13d918f790121f5cfe6e485cc8e2e2";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ eternal jumper sleeplocks unsafe ];
|
||||||
eternal
|
|
||||||
jumper
|
|
||||||
sleeplocks
|
|
||||||
unsafe
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
castore =
|
castore =
|
||||||
|
@ -228,11 +190,7 @@ let
|
||||||
sha256 = "3362b838836a9f0fa309de09a7127e36e67310e797d556db92f71b548832c7cf";
|
sha256 = "3362b838836a9f0fa309de09a7127e36e67310e797d556db92f71b548832c7cf";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ castore certifi decimal ];
|
||||||
castore
|
|
||||||
certifi
|
|
||||||
decimal
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
codepagex =
|
codepagex =
|
||||||
|
@ -299,7 +257,7 @@ let
|
||||||
|
|
||||||
dataloader =
|
dataloader =
|
||||||
let
|
let
|
||||||
version = "2.0.0";
|
version = "2.0.1";
|
||||||
in
|
in
|
||||||
buildMix {
|
buildMix {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -308,13 +266,10 @@ let
|
||||||
src = fetchHex {
|
src = fetchHex {
|
||||||
inherit version;
|
inherit version;
|
||||||
pkg = "dataloader";
|
pkg = "dataloader";
|
||||||
sha256 = "09d61781b76ce216e395cdbc883ff00d00f46a503e215c22722dba82507dfef0";
|
sha256 = "da7ff00890e1b14f7457419b9508605a8e66ae2cc2d08c5db6a9f344550efa11";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ecto telemetry ];
|
||||||
ecto
|
|
||||||
telemetry
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
db_connection =
|
db_connection =
|
||||||
|
@ -363,10 +318,7 @@ let
|
||||||
sha256 = "2455d626e7c61a128b02a4a8caddb092548c3eb613ac6f6a85e4cbb6caddc4d1";
|
sha256 = "2455d626e7c61a128b02a4a8caddb092548c3eb613ac6f6a85e4cbb6caddc4d1";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ cldr_utils jason ];
|
||||||
cldr_utils
|
|
||||||
jason
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
eblurhash =
|
eblurhash =
|
||||||
|
@ -386,7 +338,7 @@ let
|
||||||
|
|
||||||
ecto =
|
ecto =
|
||||||
let
|
let
|
||||||
version = "3.11.1";
|
version = "3.11.2";
|
||||||
in
|
in
|
||||||
buildMix {
|
buildMix {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -395,14 +347,10 @@ let
|
||||||
src = fetchHex {
|
src = fetchHex {
|
||||||
inherit version;
|
inherit version;
|
||||||
pkg = "ecto";
|
pkg = "ecto";
|
||||||
sha256 = "ebd3d3772cd0dfcd8d772659e41ed527c28b2a8bde4b00fe03e0463da0f1983b";
|
sha256 = "3c38bca2c6f8d8023f2145326cc8a80100c3ffe4dcbd9842ff867f7fc6156c65";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ decimal jason telemetry ];
|
||||||
decimal
|
|
||||||
jason
|
|
||||||
telemetry
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ecto_autoslug_field =
|
ecto_autoslug_field =
|
||||||
|
@ -419,10 +367,7 @@ let
|
||||||
sha256 = "b6ddd614805263e24b5c169532c934440d0289181cce873061fca3a8e92fd9ff";
|
sha256 = "b6ddd614805263e24b5c169532c934440d0289181cce873061fca3a8e92fd9ff";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ecto slugify ];
|
||||||
ecto
|
|
||||||
slugify
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ecto_dev_logger =
|
ecto_dev_logger =
|
||||||
|
@ -439,10 +384,7 @@ let
|
||||||
sha256 = "a55e58bad5d5c9b8ef2a3c3347dbdf7efa880a5371cf1457e44b41f489a43927";
|
sha256 = "a55e58bad5d5c9b8ef2a3c3347dbdf7efa880a5371cf1457e44b41f489a43927";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ecto jason ];
|
||||||
ecto
|
|
||||||
jason
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ecto_enum =
|
ecto_enum =
|
||||||
|
@ -459,11 +401,7 @@ let
|
||||||
sha256 = "8fb55c087181c2b15eee406519dc22578fa60dd82c088be376d0010172764ee4";
|
sha256 = "8fb55c087181c2b15eee406519dc22578fa60dd82c088be376d0010172764ee4";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ecto ecto_sql postgrex ];
|
||||||
ecto
|
|
||||||
ecto_sql
|
|
||||||
postgrex
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ecto_shortuuid =
|
ecto_shortuuid =
|
||||||
|
@ -480,10 +418,7 @@ let
|
||||||
sha256 = "b92e3b71e86be92f5a7ef6f3de170e7864454e630f7b01dd930414baf38efb65";
|
sha256 = "b92e3b71e86be92f5a7ef6f3de170e7864454e630f7b01dd930414baf38efb65";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ecto shortuuid ];
|
||||||
ecto
|
|
||||||
shortuuid
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ecto_sql =
|
ecto_sql =
|
||||||
|
@ -500,12 +435,7 @@ let
|
||||||
sha256 = "ce14063ab3514424276e7e360108ad6c2308f6d88164a076aac8a387e1fea634";
|
sha256 = "ce14063ab3514424276e7e360108ad6c2308f6d88164a076aac8a387e1fea634";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ db_connection ecto postgrex telemetry ];
|
||||||
db_connection
|
|
||||||
ecto
|
|
||||||
postgrex
|
|
||||||
telemetry
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
elixir_make =
|
elixir_make =
|
||||||
|
@ -522,10 +452,7 @@ let
|
||||||
sha256 = "7a71945b913d37ea89b06966e1342c85cfe549b15e6d6d081e8081c493062c07";
|
sha256 = "7a71945b913d37ea89b06966e1342c85cfe549b15e6d6d081e8081c493062c07";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ castore certifi ];
|
||||||
castore
|
|
||||||
certifi
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
erlport =
|
erlport =
|
||||||
|
@ -572,13 +499,7 @@ let
|
||||||
sha256 = "74ad5ddff791112ce4156382e171a5f5d3766af9d5c4675e0571f081fe136479";
|
sha256 = "74ad5ddff791112ce4156382e171a5f5d3766af9d5c4675e0571f081fe136479";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ cldr_utils decimal gettext jason nimble_parsec ];
|
||||||
cldr_utils
|
|
||||||
decimal
|
|
||||||
gettext
|
|
||||||
jason
|
|
||||||
nimble_parsec
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ex_cldr_calendars =
|
ex_cldr_calendars =
|
||||||
|
@ -595,10 +516,7 @@ let
|
||||||
sha256 = "06d2407e699032d5cdc515593b7ce7869f10ce28e98a4ed68d9b21e5001036d4";
|
sha256 = "06d2407e699032d5cdc515593b7ce7869f10ce28e98a4ed68d9b21e5001036d4";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ex_cldr_numbers jason ];
|
||||||
ex_cldr_numbers
|
|
||||||
jason
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ex_cldr_currencies =
|
ex_cldr_currencies =
|
||||||
|
@ -615,10 +533,7 @@ let
|
||||||
sha256 = "31df8bd37688340f8819bdd770eb17d659652078d34db632b85d4a32864d6a25";
|
sha256 = "31df8bd37688340f8819bdd770eb17d659652078d34db632b85d4a32864d6a25";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ex_cldr jason ];
|
||||||
ex_cldr
|
|
||||||
jason
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ex_cldr_dates_times =
|
ex_cldr_dates_times =
|
||||||
|
@ -635,11 +550,7 @@ let
|
||||||
sha256 = "0f2f250d479cadda4e0ef3a5e3d936ae7ba1a3f1199db6791e284e86203495b1";
|
sha256 = "0f2f250d479cadda4e0ef3a5e3d936ae7ba1a3f1199db6791e284e86203495b1";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ex_cldr_calendars ex_cldr_numbers jason ];
|
||||||
ex_cldr_calendars
|
|
||||||
ex_cldr_numbers
|
|
||||||
jason
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ex_cldr_languages =
|
ex_cldr_languages =
|
||||||
|
@ -656,10 +567,7 @@ let
|
||||||
sha256 = "22fb1fef72b7b4b4872d243b34e7b83734247a78ad87377986bf719089cc447a";
|
sha256 = "22fb1fef72b7b4b4872d243b34e7b83734247a78ad87377986bf719089cc447a";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ex_cldr jason ];
|
||||||
ex_cldr
|
|
||||||
jason
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ex_cldr_numbers =
|
ex_cldr_numbers =
|
||||||
|
@ -676,13 +584,7 @@ let
|
||||||
sha256 = "6fd5a82f0785418fa8b698c0be2b1845dff92b77f1b3172c763d37868fb503d2";
|
sha256 = "6fd5a82f0785418fa8b698c0be2b1845dff92b77f1b3172c763d37868fb503d2";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ decimal digital_token ex_cldr ex_cldr_currencies jason ];
|
||||||
decimal
|
|
||||||
digital_token
|
|
||||||
ex_cldr
|
|
||||||
ex_cldr_currencies
|
|
||||||
jason
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ex_cldr_plugs =
|
ex_cldr_plugs =
|
||||||
|
@ -699,12 +601,7 @@ let
|
||||||
sha256 = "4f7b4a5fe061734cef7b62ff29118ed6ac72698cdd7bcfc97495db73611fe0fe";
|
sha256 = "4f7b4a5fe061734cef7b62ff29118ed6ac72698cdd7bcfc97495db73611fe0fe";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ex_cldr gettext jason plug ];
|
||||||
ex_cldr
|
|
||||||
gettext
|
|
||||||
jason
|
|
||||||
plug
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ex_ical =
|
ex_ical =
|
||||||
|
@ -819,10 +716,7 @@ let
|
||||||
sha256 = "f18e3c7668f82d3ae0b15f48d48feeb257e28aa5ab1b0dbf781c7312e5da029d";
|
sha256 = "f18e3c7668f82d3ae0b15f48d48feeb257e28aa5ab1b0dbf781c7312e5da029d";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ elixir_make nimble_pool ];
|
||||||
elixir_make
|
|
||||||
nimble_pool
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fast_sanitize =
|
fast_sanitize =
|
||||||
|
@ -839,10 +733,7 @@ let
|
||||||
sha256 = "e8ad286d10d0386e15d67d0ee125245ebcfbc7d7290b08712ba9013c8c5e56e2";
|
sha256 = "e8ad286d10d0386e15d67d0ee125245ebcfbc7d7290b08712ba9013c8c5e56e2";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ fast_html plug ];
|
||||||
fast_html
|
|
||||||
plug
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
file_info =
|
file_info =
|
||||||
|
@ -925,12 +816,7 @@ let
|
||||||
sha256 = "0bebc5b00f8b11835066bd6213fbeeec03704b4a1c206920b81c1ec2201d185f";
|
sha256 = "0bebc5b00f8b11835066bd6213fbeeec03704b4a1c206920b81c1ec2201d185f";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ecto geo jason postgrex ];
|
||||||
ecto
|
|
||||||
geo
|
|
||||||
jason
|
|
||||||
postgrex
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
geohax =
|
geohax =
|
||||||
|
@ -977,10 +863,7 @@ let
|
||||||
sha256 = "06ff962feae8a310cffdf86b74bfcda6e2d0dccb439bb1f62df2b657b1c0269b";
|
sha256 = "06ff962feae8a310cffdf86b74bfcda6e2d0dccb439bb1f62df2b657b1c0269b";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ geolix mmdb2_decoder ];
|
||||||
geolix
|
|
||||||
mmdb2_decoder
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gettext =
|
gettext =
|
||||||
|
@ -1014,10 +897,7 @@ let
|
||||||
sha256 = "b189ff38cd46a22a8a824866a6867ca8722942347f13c33f7d23126af8821b52";
|
sha256 = "b189ff38cd46a22a8a824866a6867ca8722942347f13c33f7d23126af8821b52";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ jose plug ];
|
||||||
jose
|
|
||||||
plug
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
guardian_db =
|
guardian_db =
|
||||||
|
@ -1034,12 +914,7 @@ let
|
||||||
sha256 = "9c2ec4278efa34f9f1cc6ba795e552d41fdc7ffba5319d67eeb533b89392d183";
|
sha256 = "9c2ec4278efa34f9f1cc6ba795e552d41fdc7ffba5319d67eeb533b89392d183";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ecto ecto_sql guardian postgrex ];
|
||||||
ecto
|
|
||||||
ecto_sql
|
|
||||||
guardian
|
|
||||||
postgrex
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
guardian_phoenix =
|
guardian_phoenix =
|
||||||
|
@ -1056,10 +931,7 @@ let
|
||||||
sha256 = "21f439246715192b231f228680465d1ed5fbdf01555a4a3b17165532f5f9a08c";
|
sha256 = "21f439246715192b231f228680465d1ed5fbdf01555a4a3b17165532f5f9a08c";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ guardian phoenix ];
|
||||||
guardian
|
|
||||||
phoenix
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hackney =
|
hackney =
|
||||||
|
@ -1076,15 +948,7 @@ let
|
||||||
sha256 = "fe9094e5f1a2a2c0a7d10918fee36bfec0ec2a979994cff8cfe8058cd9af38e3";
|
sha256 = "fe9094e5f1a2a2c0a7d10918fee36bfec0ec2a979994cff8cfe8058cd9af38e3";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ certifi idna metrics mimerl parse_trans ssl_verify_fun unicode_util_compat ];
|
||||||
certifi
|
|
||||||
idna
|
|
||||||
metrics
|
|
||||||
mimerl
|
|
||||||
parse_trans
|
|
||||||
ssl_verify_fun
|
|
||||||
unicode_util_compat
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hammer =
|
hammer =
|
||||||
|
@ -1249,7 +1113,7 @@ let
|
||||||
|
|
||||||
jason =
|
jason =
|
||||||
let
|
let
|
||||||
version = "1.4.1";
|
version = "1.4.4";
|
||||||
in
|
in
|
||||||
buildMix {
|
buildMix {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -1258,7 +1122,7 @@ let
|
||||||
src = fetchHex {
|
src = fetchHex {
|
||||||
inherit version;
|
inherit version;
|
||||||
pkg = "jason";
|
pkg = "jason";
|
||||||
sha256 = "fbb01ecdfd565b56261302f7e1fcc27c4fb8f32d56eab74db621fc154604a7a1";
|
sha256 = "c5eb0cab91f094599f94d55bc63409236a8ec69a21a67814529e8d5f6cc90b3b";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [ decimal ];
|
beamDeps = [ decimal ];
|
||||||
|
@ -1490,12 +1354,7 @@ let
|
||||||
sha256 = "fd3ccbbfdbb2bc77107c8790946f9821a831ed0720688485ee6adcd7863886cf";
|
sha256 = "fd3ccbbfdbb2bc77107c8790946f9821a831ed0720688485ee6adcd7863886cf";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ecto_sql jason postgrex telemetry ];
|
||||||
ecto_sql
|
|
||||||
jason
|
|
||||||
postgrex
|
|
||||||
telemetry
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
paasaa =
|
paasaa =
|
||||||
|
@ -1542,17 +1401,7 @@ let
|
||||||
sha256 = "b1ec57f2e40316b306708fe59b92a16b9f6f4bf50ccfa41aa8c7feb79e0ec02a";
|
sha256 = "b1ec57f2e40316b306708fe59b92a16b9f6f4bf50ccfa41aa8c7feb79e0ec02a";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ castore jason phoenix_pubsub phoenix_template phoenix_view plug plug_crypto telemetry websock_adapter ];
|
||||||
castore
|
|
||||||
jason
|
|
||||||
phoenix_pubsub
|
|
||||||
phoenix_template
|
|
||||||
phoenix_view
|
|
||||||
plug
|
|
||||||
plug_crypto
|
|
||||||
telemetry
|
|
||||||
websock_adapter
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
phoenix_ecto =
|
phoenix_ecto =
|
||||||
|
@ -1569,11 +1418,7 @@ let
|
||||||
sha256 = "d36c401206f3011fefd63d04e8ef626ec8791975d9d107f9a0817d426f61ac07";
|
sha256 = "d36c401206f3011fefd63d04e8ef626ec8791975d9d107f9a0817d426f61ac07";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ ecto phoenix_html plug ];
|
||||||
ecto
|
|
||||||
phoenix_html
|
|
||||||
plug
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
phoenix_html =
|
phoenix_html =
|
||||||
|
@ -1607,15 +1452,7 @@ let
|
||||||
sha256 = "daa17b3fbdfd6347aaade4db01a5dd24d23af0f4344e2e24934e8adfb4a11607";
|
sha256 = "daa17b3fbdfd6347aaade4db01a5dd24d23af0f4344e2e24934e8adfb4a11607";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ jason phoenix phoenix_html phoenix_template phoenix_view plug telemetry ];
|
||||||
jason
|
|
||||||
phoenix
|
|
||||||
phoenix_html
|
|
||||||
phoenix_template
|
|
||||||
phoenix_view
|
|
||||||
plug
|
|
||||||
telemetry
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
phoenix_pubsub =
|
phoenix_pubsub =
|
||||||
|
@ -1647,13 +1484,7 @@ let
|
||||||
sha256 = "4000eeba3f9d7d1a6bf56d2bd56733d5cadf41a7f0d8ffe5bb67e7d667e204a2";
|
sha256 = "4000eeba3f9d7d1a6bf56d2bd56733d5cadf41a7f0d8ffe5bb67e7d667e204a2";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ hackney phoenix phoenix_html phoenix_view swoosh ];
|
||||||
hackney
|
|
||||||
phoenix
|
|
||||||
phoenix_html
|
|
||||||
phoenix_view
|
|
||||||
swoosh
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
phoenix_template =
|
phoenix_template =
|
||||||
|
@ -1687,10 +1518,7 @@ let
|
||||||
sha256 = "cd34049af41be2c627df99cd4eaa71fc52a328c0c3d8e7d4aa28f880c30e7f64";
|
sha256 = "cd34049af41be2c627df99cd4eaa71fc52a328c0c3d8e7d4aa28f880c30e7f64";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ phoenix_html phoenix_template ];
|
||||||
phoenix_html
|
|
||||||
phoenix_template
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
plug =
|
plug =
|
||||||
|
@ -1707,11 +1535,7 @@ let
|
||||||
sha256 = "cc4365a3c010a56af402e0809208873d113e9c38c401cabd88027ef4f5c01fd2";
|
sha256 = "cc4365a3c010a56af402e0809208873d113e9c38c401cabd88027ef4f5c01fd2";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ mime plug_crypto telemetry ];
|
||||||
mime
|
|
||||||
plug_crypto
|
|
||||||
telemetry
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
plug_crypto =
|
plug_crypto =
|
||||||
|
@ -1758,11 +1582,7 @@ let
|
||||||
sha256 = "6458f7d5b70652bc81c3ea759f91736c16a31be000f306d3c64bcdfe9a18b3cc";
|
sha256 = "6458f7d5b70652bc81c3ea759f91736c16a31be000f306d3c64bcdfe9a18b3cc";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ db_connection decimal jason ];
|
||||||
db_connection
|
|
||||||
decimal
|
|
||||||
jason
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
progress_bar =
|
progress_bar =
|
||||||
|
@ -1796,10 +1616,7 @@ let
|
||||||
allRefs = true;
|
allRefs = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ absinthe hammer ];
|
||||||
absinthe
|
|
||||||
hammer
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ranch =
|
ranch =
|
||||||
|
@ -1831,10 +1648,7 @@ let
|
||||||
sha256 = "616ffdf66aaad6a72fc546dabf42eed87e2a99e97b09cbd92b10cc180d02ed74";
|
sha256 = "616ffdf66aaad6a72fc546dabf42eed87e2a99e97b09cbd92b10cc180d02ed74";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ combine plug ];
|
||||||
combine
|
|
||||||
plug
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
replug =
|
replug =
|
||||||
|
@ -1868,11 +1682,7 @@ let
|
||||||
sha256 = "f9fc7641ef61e885510f5e5963c2948b9de1de597c63f781e9d3d6c9c8681ab4";
|
sha256 = "f9fc7641ef61e885510f5e5963c2948b9de1de597c63f781e9d3d6c9c8681ab4";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ hackney jason plug ];
|
||||||
hackney
|
|
||||||
jason
|
|
||||||
plug
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
shortuuid =
|
shortuuid =
|
||||||
|
@ -2011,20 +1821,12 @@ let
|
||||||
sha256 = "97a667b96ca8cc48a4679f6cd1f40a36d8701cf052587298473614caa70f164a";
|
sha256 = "97a667b96ca8cc48a4679f6cd1f40a36d8701cf052587298473614caa70f164a";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ bandit gen_smtp hackney jason mime plug telemetry ];
|
||||||
bandit
|
|
||||||
gen_smtp
|
|
||||||
hackney
|
|
||||||
jason
|
|
||||||
mime
|
|
||||||
plug
|
|
||||||
telemetry
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
telemetry =
|
telemetry =
|
||||||
let
|
let
|
||||||
version = "1.2.1";
|
version = "1.3.0";
|
||||||
in
|
in
|
||||||
buildRebar3 {
|
buildRebar3 {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -2033,7 +1835,7 @@ let
|
||||||
src = fetchHex {
|
src = fetchHex {
|
||||||
inherit version;
|
inherit version;
|
||||||
pkg = "telemetry";
|
pkg = "telemetry";
|
||||||
sha256 = "dad9ce9d8effc621708f99eac538ef1cbe05d6a874dd741de2e689c47feafed5";
|
sha256 = "7015fc8919dbe63764f4b4b87a95b7c0996bd539e0d499be6ec9d7f3875b79e6";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -2051,13 +1853,7 @@ let
|
||||||
sha256 = "10501f360cd926a309501287470372af1a6e1cbed0f43949203a4c13300bc79f";
|
sha256 = "10501f360cd926a309501287470372af1a6e1cbed0f43949203a4c13300bc79f";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ castore hackney jason mime telemetry ];
|
||||||
castore
|
|
||||||
hackney
|
|
||||||
jason
|
|
||||||
mime
|
|
||||||
telemetry
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
thousand_island =
|
thousand_island =
|
||||||
|
@ -2091,11 +1887,7 @@ let
|
||||||
sha256 = "8b9024f7efbabaf9bd7aa04f65cf8dcd7c9818ca5737677c7b76acbc6a94d1aa";
|
sha256 = "8b9024f7efbabaf9bd7aa04f65cf8dcd7c9818ca5737677c7b76acbc6a94d1aa";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ combine gettext tzdata ];
|
||||||
combine
|
|
||||||
gettext
|
|
||||||
tzdata
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
tls_certificate_check =
|
tls_certificate_check =
|
||||||
|
@ -2129,12 +1921,7 @@ let
|
||||||
sha256 = "d1a345e07b3378c4c902ad54fbd5d54c8c3dd55dba883b7407fe57bcec45ff2a";
|
sha256 = "d1a345e07b3378c4c902ad54fbd5d54c8c3dd55dba883b7407fe57bcec45ff2a";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ castore certifi geo jason ];
|
||||||
castore
|
|
||||||
certifi
|
|
||||||
geo
|
|
||||||
jason
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
tzdata =
|
tzdata =
|
||||||
|
@ -2185,11 +1972,7 @@ let
|
||||||
sha256 = "5068ae2b9e217c2f05aa9a67483a6531e21ba0be9a6f6c8749bb7fd1599be321";
|
sha256 = "5068ae2b9e217c2f05aa9a67483a6531e21ba0be9a6f6c8749bb7fd1599be321";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ httpoison sweet_xml ueberauth ];
|
||||||
httpoison
|
|
||||||
sweet_xml
|
|
||||||
ueberauth
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ueberauth_discord =
|
ueberauth_discord =
|
||||||
|
@ -2206,10 +1989,7 @@ let
|
||||||
sha256 = "d6f98ef91abb4ddceada4b7acba470e0e68c4d2de9735ff2f24172a8e19896b4";
|
sha256 = "d6f98ef91abb4ddceada4b7acba470e0e68c4d2de9735ff2f24172a8e19896b4";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ oauth2 ueberauth ];
|
||||||
oauth2
|
|
||||||
ueberauth
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ueberauth_facebook =
|
ueberauth_facebook =
|
||||||
|
@ -2226,10 +2006,7 @@ let
|
||||||
sha256 = "bf8ce5d66b1c50da8abff77e8086c1b710bdde63f4acaef19a651ba43a9537a8";
|
sha256 = "bf8ce5d66b1c50da8abff77e8086c1b710bdde63f4acaef19a651ba43a9537a8";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ oauth2 ueberauth ];
|
||||||
oauth2
|
|
||||||
ueberauth
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ueberauth_github =
|
ueberauth_github =
|
||||||
|
@ -2246,10 +2023,7 @@ let
|
||||||
sha256 = "ae0ab2879c32cfa51d7287a48219b262bfdab0b7ec6629f24160564247493cc6";
|
sha256 = "ae0ab2879c32cfa51d7287a48219b262bfdab0b7ec6629f24160564247493cc6";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ oauth2 ueberauth ];
|
||||||
oauth2
|
|
||||||
ueberauth
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ueberauth_gitlab_strategy =
|
ueberauth_gitlab_strategy =
|
||||||
|
@ -2266,10 +2040,7 @@ let
|
||||||
sha256 = "e86e2e794bb063c07c05a6b1301b73f2be3ba9308d8f47ecc4d510ef9226091e";
|
sha256 = "e86e2e794bb063c07c05a6b1301b73f2be3ba9308d8f47ecc4d510ef9226091e";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ oauth2 ueberauth ];
|
||||||
oauth2
|
|
||||||
ueberauth
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ueberauth_google =
|
ueberauth_google =
|
||||||
|
@ -2286,10 +2057,7 @@ let
|
||||||
sha256 = "7f7deacd679b2b66e3bffb68ecc77aa1b5396a0cbac2941815f253128e458c38";
|
sha256 = "7f7deacd679b2b66e3bffb68ecc77aa1b5396a0cbac2941815f253128e458c38";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ oauth2 ueberauth ];
|
||||||
oauth2
|
|
||||||
ueberauth
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ueberauth_keycloak_strategy =
|
ueberauth_keycloak_strategy =
|
||||||
|
@ -2306,10 +2074,7 @@ let
|
||||||
sha256 = "c03027937bddcbd9ff499e457f9bb05f79018fa321abf79ebcfed2af0007211b";
|
sha256 = "c03027937bddcbd9ff499e457f9bb05f79018fa321abf79ebcfed2af0007211b";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ oauth2 ueberauth ];
|
||||||
oauth2
|
|
||||||
ueberauth
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ueberauth_twitter =
|
ueberauth_twitter =
|
||||||
|
@ -2326,11 +2091,7 @@ let
|
||||||
sha256 = "83ca8ea3e1a3f976f1adbebfb323b9ebf53af453fbbf57d0486801a303b16065";
|
sha256 = "83ca8ea3e1a3f976f1adbebfb323b9ebf53af453fbbf57d0486801a303b16065";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ httpoison oauther ueberauth ];
|
||||||
httpoison
|
|
||||||
oauther
|
|
||||||
ueberauth
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
unicode_util_compat =
|
unicode_util_compat =
|
||||||
|
@ -2394,10 +2155,7 @@ let
|
||||||
sha256 = "08b1726094a131490ff0a2c7764c4cdd4b5cdf8ba9762638a5dd4bcd9e5fc936";
|
sha256 = "08b1726094a131490ff0a2c7764c4cdd4b5cdf8ba9762638a5dd4bcd9e5fc936";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ jason phoenix ];
|
||||||
jason
|
|
||||||
phoenix
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
web_push_encryption =
|
web_push_encryption =
|
||||||
|
@ -2414,10 +2172,7 @@ let
|
||||||
allRefs = true;
|
allRefs = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ httpoison jose ];
|
||||||
httpoison
|
|
||||||
jose
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
websock =
|
websock =
|
||||||
|
@ -2449,11 +2204,7 @@ let
|
||||||
sha256 = "4b977ba4a01918acbf77045ff88de7f6972c2a009213c515a445c48f224ffce9";
|
sha256 = "4b977ba4a01918acbf77045ff88de7f6972c2a009213c515a445c48f224ffce9";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [
|
beamDeps = [ bandit plug websock ];
|
||||||
bandit
|
|
||||||
plug
|
|
||||||
websock
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xml_builder =
|
xml_builder =
|
||||||
|
|
8
mix.lock
8
mix.lock
|
@ -16,7 +16,7 @@
|
||||||
"cors_plug": {:hex, :cors_plug, "3.0.3", "7c3ac52b39624bc616db2e937c282f3f623f25f8d550068b6710e58d04a0e330", [:mix], [{:plug, "~> 1.13", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "3f2d759e8c272ed3835fab2ef11b46bddab8c1ab9528167bd463b6452edf830d"},
|
"cors_plug": {:hex, :cors_plug, "3.0.3", "7c3ac52b39624bc616db2e937c282f3f623f25f8d550068b6710e58d04a0e330", [:mix], [{:plug, "~> 1.13", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "3f2d759e8c272ed3835fab2ef11b46bddab8c1ab9528167bd463b6452edf830d"},
|
||||||
"credo": {:hex, :credo, "1.7.5", "643213503b1c766ec0496d828c90c424471ea54da77c8a168c725686377b9545", [:mix], [{:bunt, "~> 0.2.1 or ~> 1.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2 or ~> 1.0", [hex: :file_system, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "f799e9b5cd1891577d8c773d245668aa74a2fcd15eb277f51a0131690ebfb3fd"},
|
"credo": {:hex, :credo, "1.7.5", "643213503b1c766ec0496d828c90c424471ea54da77c8a168c725686377b9545", [:mix], [{:bunt, "~> 0.2.1 or ~> 1.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2 or ~> 1.0", [hex: :file_system, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "f799e9b5cd1891577d8c773d245668aa74a2fcd15eb277f51a0131690ebfb3fd"},
|
||||||
"credo_code_climate": {:hex, :credo_code_climate, "0.1.0", "1c4efbd11cb0244622ed5f09246b9afbbf796316ce03e78f67db6d81271d2978", [:mix], [{:credo, "~> 1.5", [hex: :credo, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "75529fe38056f4e229821d604758282838b8397c82e2c12e409fda16b16821ca"},
|
"credo_code_climate": {:hex, :credo_code_climate, "0.1.0", "1c4efbd11cb0244622ed5f09246b9afbbf796316ce03e78f67db6d81271d2978", [:mix], [{:credo, "~> 1.5", [hex: :credo, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "75529fe38056f4e229821d604758282838b8397c82e2c12e409fda16b16821ca"},
|
||||||
"dataloader": {:hex, :dataloader, "2.0.0", "49b42d60b9bb06d761a71d7b034c4b34787957e713d4fae15387a25fcd639112", [:mix], [{:ecto, ">= 3.4.3 and < 4.0.0", [hex: :ecto, repo: "hexpm", optional: true]}, {:opentelemetry_process_propagator, "~> 0.2.1", [hex: :opentelemetry_process_propagator, repo: "hexpm", optional: true]}, {:telemetry, "~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "09d61781b76ce216e395cdbc883ff00d00f46a503e215c22722dba82507dfef0"},
|
"dataloader": {:hex, :dataloader, "2.0.1", "fa06b057b432b993203003fbff5ff040b7f6483a77e732b7dfc18f34ded2634f", [:mix], [{:ecto, ">= 3.4.3 and < 4.0.0", [hex: :ecto, repo: "hexpm", optional: true]}, {:opentelemetry_process_propagator, "~> 0.3 or ~> 0.2.1", [hex: :opentelemetry_process_propagator, repo: "hexpm", optional: true]}, {:telemetry, "~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "da7ff00890e1b14f7457419b9508605a8e66ae2cc2d08c5db6a9f344550efa11"},
|
||||||
"db_connection": {:hex, :db_connection, "2.6.0", "77d835c472b5b67fc4f29556dee74bf511bbafecdcaf98c27d27fa5918152086", [:mix], [{:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "c2f992d15725e721ec7fbc1189d4ecdb8afef76648c746a8e1cad35e3b8a35f3"},
|
"db_connection": {:hex, :db_connection, "2.6.0", "77d835c472b5b67fc4f29556dee74bf511bbafecdcaf98c27d27fa5918152086", [:mix], [{:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "c2f992d15725e721ec7fbc1189d4ecdb8afef76648c746a8e1cad35e3b8a35f3"},
|
||||||
"decimal": {:hex, :decimal, "2.1.1", "5611dca5d4b2c3dd497dec8f68751f1f1a54755e8ed2a966c2633cf885973ad6", [:mix], [], "hexpm", "53cfe5f497ed0e7771ae1a475575603d77425099ba5faef9394932b35020ffcc"},
|
"decimal": {:hex, :decimal, "2.1.1", "5611dca5d4b2c3dd497dec8f68751f1f1a54755e8ed2a966c2633cf885973ad6", [:mix], [], "hexpm", "53cfe5f497ed0e7771ae1a475575603d77425099ba5faef9394932b35020ffcc"},
|
||||||
"deps_nix": {:hex, :deps_nix, "0.5.2", "81af6ec4614de6b1012bf335338ededb61b4153b4b0eae62bc12886fc84b6578", [:mix], [], "hexpm", "8b6bbd21dfefa6e2b432d9f3228d66c88189b1b382eb2c0cdb8f14567118b104"},
|
"deps_nix": {:hex, :deps_nix, "0.5.2", "81af6ec4614de6b1012bf335338ededb61b4153b4b0eae62bc12886fc84b6578", [:mix], [], "hexpm", "8b6bbd21dfefa6e2b432d9f3228d66c88189b1b382eb2c0cdb8f14567118b104"},
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
"doctor": {:hex, :doctor, "0.21.0", "20ef89355c67778e206225fe74913e96141c4d001cb04efdeba1a2a9704f1ab5", [:mix], [{:decimal, "~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}], "hexpm", "a227831daa79784eb24cdeedfa403c46a4cb7d0eab0e31232ec654314447e4e0"},
|
"doctor": {:hex, :doctor, "0.21.0", "20ef89355c67778e206225fe74913e96141c4d001cb04efdeba1a2a9704f1ab5", [:mix], [{:decimal, "~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}], "hexpm", "a227831daa79784eb24cdeedfa403c46a4cb7d0eab0e31232ec654314447e4e0"},
|
||||||
"earmark_parser": {:hex, :earmark_parser, "1.4.39", "424642f8335b05bb9eb611aa1564c148a8ee35c9c8a8bba6e129d51a3e3c6769", [:mix], [], "hexpm", "06553a88d1f1846da9ef066b87b57c6f605552cfbe40d20bd8d59cc6bde41944"},
|
"earmark_parser": {:hex, :earmark_parser, "1.4.39", "424642f8335b05bb9eb611aa1564c148a8ee35c9c8a8bba6e129d51a3e3c6769", [:mix], [], "hexpm", "06553a88d1f1846da9ef066b87b57c6f605552cfbe40d20bd8d59cc6bde41944"},
|
||||||
"eblurhash": {:hex, :eblurhash, "1.2.2", "7da4255aaea984b31bb71155f673257353b0e0554d0d30dcf859547e74602582", [:rebar3], [], "hexpm", "8c20ca00904de023a835a9dcb7b7762fed32264c85a80c3cafa85288e405044c"},
|
"eblurhash": {:hex, :eblurhash, "1.2.2", "7da4255aaea984b31bb71155f673257353b0e0554d0d30dcf859547e74602582", [:rebar3], [], "hexpm", "8c20ca00904de023a835a9dcb7b7762fed32264c85a80c3cafa85288e405044c"},
|
||||||
"ecto": {:hex, :ecto, "3.11.1", "4b4972b717e7ca83d30121b12998f5fcdc62ba0ed4f20fd390f16f3270d85c3e", [:mix], [{:decimal, "~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "ebd3d3772cd0dfcd8d772659e41ed527c28b2a8bde4b00fe03e0463da0f1983b"},
|
"ecto": {:hex, :ecto, "3.11.2", "e1d26be989db350a633667c5cda9c3d115ae779b66da567c68c80cfb26a8c9ee", [:mix], [{:decimal, "~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "3c38bca2c6f8d8023f2145326cc8a80100c3ffe4dcbd9842ff867f7fc6156c65"},
|
||||||
"ecto_autoslug_field": {:hex, :ecto_autoslug_field, "3.1.0", "ddf26e814baf3c32c6aebfed56a637f10a097db83f65d71e6f2d1e7faf2e9e51", [:mix], [{:ecto, ">= 3.7.0", [hex: :ecto, repo: "hexpm", optional: false]}, {:slugify, "~> 1.3", [hex: :slugify, repo: "hexpm", optional: false]}], "hexpm", "b6ddd614805263e24b5c169532c934440d0289181cce873061fca3a8e92fd9ff"},
|
"ecto_autoslug_field": {:hex, :ecto_autoslug_field, "3.1.0", "ddf26e814baf3c32c6aebfed56a637f10a097db83f65d71e6f2d1e7faf2e9e51", [:mix], [{:ecto, ">= 3.7.0", [hex: :ecto, repo: "hexpm", optional: false]}, {:slugify, "~> 1.3", [hex: :slugify, repo: "hexpm", optional: false]}], "hexpm", "b6ddd614805263e24b5c169532c934440d0289181cce873061fca3a8e92fd9ff"},
|
||||||
"ecto_dev_logger": {:hex, :ecto_dev_logger, "0.10.0", "5b3a3900b845e0d40127bed9bdf9d02bf20aa38198a60fe108cddff63ed0048f", [:mix], [{:ecto, "~> 3.7", [hex: :ecto, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "a55e58bad5d5c9b8ef2a3c3347dbdf7efa880a5371cf1457e44b41f489a43927"},
|
"ecto_dev_logger": {:hex, :ecto_dev_logger, "0.10.0", "5b3a3900b845e0d40127bed9bdf9d02bf20aa38198a60fe108cddff63ed0048f", [:mix], [{:ecto, "~> 3.7", [hex: :ecto, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "a55e58bad5d5c9b8ef2a3c3347dbdf7efa880a5371cf1457e44b41f489a43927"},
|
||||||
"ecto_enum": {:hex, :ecto_enum, "1.4.0", "d14b00e04b974afc69c251632d1e49594d899067ee2b376277efd8233027aec8", [:mix], [{:ecto, ">= 3.0.0", [hex: :ecto, repo: "hexpm", optional: false]}, {:ecto_sql, "> 3.0.0", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:mariaex, ">= 0.0.0", [hex: :mariaex, repo: "hexpm", optional: true]}, {:postgrex, ">= 0.0.0", [hex: :postgrex, repo: "hexpm", optional: true]}], "hexpm", "8fb55c087181c2b15eee406519dc22578fa60dd82c088be376d0010172764ee4"},
|
"ecto_enum": {:hex, :ecto_enum, "1.4.0", "d14b00e04b974afc69c251632d1e49594d899067ee2b376277efd8233027aec8", [:mix], [{:ecto, ">= 3.0.0", [hex: :ecto, repo: "hexpm", optional: false]}, {:ecto_sql, "> 3.0.0", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:mariaex, ">= 0.0.0", [hex: :mariaex, repo: "hexpm", optional: true]}, {:postgrex, ">= 0.0.0", [hex: :postgrex, repo: "hexpm", optional: true]}], "hexpm", "8fb55c087181c2b15eee406519dc22578fa60dd82c088be376d0010172764ee4"},
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
"idna": {:hex, :idna, "6.1.1", "8a63070e9f7d0c62eb9d9fcb360a7de382448200fbbd1b106cc96d3d8099df8d", [:rebar3], [{:unicode_util_compat, "~> 0.7.0", [hex: :unicode_util_compat, repo: "hexpm", optional: false]}], "hexpm", "92376eb7894412ed19ac475e4a86f7b413c1b9fbb5bd16dccd57934157944cea"},
|
"idna": {:hex, :idna, "6.1.1", "8a63070e9f7d0c62eb9d9fcb360a7de382448200fbbd1b106cc96d3d8099df8d", [:rebar3], [{:unicode_util_compat, "~> 0.7.0", [hex: :unicode_util_compat, repo: "hexpm", optional: false]}], "hexpm", "92376eb7894412ed19ac475e4a86f7b413c1b9fbb5bd16dccd57934157944cea"},
|
||||||
"inet_cidr": {:hex, :inet_cidr, "1.0.8", "d26bb7bdbdf21ae401ead2092bf2bb4bf57fe44a62f5eaa5025280720ace8a40", [:mix], [], "hexpm", "d5b26da66603bb56c933c65214c72152f0de9a6ea53618b56d63302a68f6a90e"},
|
"inet_cidr": {:hex, :inet_cidr, "1.0.8", "d26bb7bdbdf21ae401ead2092bf2bb4bf57fe44a62f5eaa5025280720ace8a40", [:mix], [], "hexpm", "d5b26da66603bb56c933c65214c72152f0de9a6ea53618b56d63302a68f6a90e"},
|
||||||
"ip_reserved": {:hex, :ip_reserved, "0.1.1", "e5112d71f1abf05207f82fd9597d369a5fde1e0b6d1bbe77c02a99bb26ecdc33", [:mix], [{:inet_cidr, "~> 1.0.0", [hex: :inet_cidr, repo: "hexpm", optional: false]}], "hexpm", "55fcd2b6e211caef09ea3f54ef37d43030bec486325d12fe865ab5ed8140a4fe"},
|
"ip_reserved": {:hex, :ip_reserved, "0.1.1", "e5112d71f1abf05207f82fd9597d369a5fde1e0b6d1bbe77c02a99bb26ecdc33", [:mix], [{:inet_cidr, "~> 1.0.0", [hex: :inet_cidr, repo: "hexpm", optional: false]}], "hexpm", "55fcd2b6e211caef09ea3f54ef37d43030bec486325d12fe865ab5ed8140a4fe"},
|
||||||
"jason": {:hex, :jason, "1.4.1", "af1504e35f629ddcdd6addb3513c3853991f694921b1b9368b0bd32beb9f1b63", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "fbb01ecdfd565b56261302f7e1fcc27c4fb8f32d56eab74db621fc154604a7a1"},
|
"jason": {:hex, :jason, "1.4.4", "b9226785a9aa77b6857ca22832cffa5d5011a667207eb2a0ad56adb5db443b8a", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "c5eb0cab91f094599f94d55bc63409236a8ec69a21a67814529e8d5f6cc90b3b"},
|
||||||
"jose": {:hex, :jose, "1.11.6", "613fda82552128aa6fb804682e3a616f4bc15565a048dabd05b1ebd5827ed965", [:mix, :rebar3], [], "hexpm", "6275cb75504f9c1e60eeacb771adfeee4905a9e182103aa59b53fed651ff9738"},
|
"jose": {:hex, :jose, "1.11.6", "613fda82552128aa6fb804682e3a616f4bc15565a048dabd05b1ebd5827ed965", [:mix, :rebar3], [], "hexpm", "6275cb75504f9c1e60eeacb771adfeee4905a9e182103aa59b53fed651ff9738"},
|
||||||
"jumper": {:hex, :jumper, "1.0.2", "68cdcd84472a00ac596b4e6459a41b3062d4427cbd4f1e8c8793c5b54f1406a7", [:mix], [], "hexpm", "9b7782409021e01ab3c08270e26f36eb62976a38c1aa64b2eaf6348422f165e1"},
|
"jumper": {:hex, :jumper, "1.0.2", "68cdcd84472a00ac596b4e6459a41b3062d4427cbd4f1e8c8793c5b54f1406a7", [:mix], [], "hexpm", "9b7782409021e01ab3c08270e26f36eb62976a38c1aa64b2eaf6348422f165e1"},
|
||||||
"junit_formatter": {:hex, :junit_formatter, "3.3.1", "c729befb848f1b9571f317d2fefa648e9d4869befc4b2980daca7c1edc468e40", [:mix], [], "hexpm", "761fc5be4b4c15d8ba91a6dafde0b2c2ae6db9da7b8832a55b5a1deb524da72b"},
|
"junit_formatter": {:hex, :junit_formatter, "3.3.1", "c729befb848f1b9571f317d2fefa648e9d4869befc4b2980daca7c1edc468e40", [:mix], [], "hexpm", "761fc5be4b4c15d8ba91a6dafde0b2c2ae6db9da7b8832a55b5a1deb524da72b"},
|
||||||
|
@ -134,7 +134,7 @@
|
||||||
"struct_access": {:hex, :struct_access, "1.1.2", "a42e6ceedd9b9ea090ee94a6da089d56e16f374dbbc010c3eebdf8be17df286f", [:mix], [], "hexpm", "e4c411dcc0226081b95709909551fc92b8feb1a3476108348ea7e3f6c12e586a"},
|
"struct_access": {:hex, :struct_access, "1.1.2", "a42e6ceedd9b9ea090ee94a6da089d56e16f374dbbc010c3eebdf8be17df286f", [:mix], [], "hexpm", "e4c411dcc0226081b95709909551fc92b8feb1a3476108348ea7e3f6c12e586a"},
|
||||||
"sweet_xml": {:hex, :sweet_xml, "0.7.4", "a8b7e1ce7ecd775c7e8a65d501bc2cd933bff3a9c41ab763f5105688ef485d08", [:mix], [], "hexpm", "e7c4b0bdbf460c928234951def54fe87edf1a170f6896675443279e2dbeba167"},
|
"sweet_xml": {:hex, :sweet_xml, "0.7.4", "a8b7e1ce7ecd775c7e8a65d501bc2cd933bff3a9c41ab763f5105688ef485d08", [:mix], [], "hexpm", "e7c4b0bdbf460c928234951def54fe87edf1a170f6896675443279e2dbeba167"},
|
||||||
"swoosh": {:hex, :swoosh, "1.15.3", "5c3f05b6e4e08cd4f75ad7e90db3c2b73c9d9de00503cce36a694951c2d69185", [:mix], [{:bandit, ">= 1.0.0", [hex: :bandit, repo: "hexpm", optional: true]}, {:cowboy, "~> 1.1 or ~> 2.4", [hex: :cowboy, repo: "hexpm", optional: true]}, {:ex_aws, "~> 2.1", [hex: :ex_aws, repo: "hexpm", optional: true]}, {:finch, "~> 0.6", [hex: :finch, repo: "hexpm", optional: true]}, {:gen_smtp, "~> 0.13 or ~> 1.0", [hex: :gen_smtp, repo: "hexpm", optional: true]}, {:hackney, "~> 1.9", [hex: :hackney, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:mail, "~> 0.2", [hex: :mail, repo: "hexpm", optional: true]}, {:mime, "~> 1.1 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:plug, "~> 1.9", [hex: :plug, repo: "hexpm", optional: true]}, {:plug_cowboy, ">= 1.0.0", [hex: :plug_cowboy, repo: "hexpm", optional: true]}, {:req, "~> 0.4 or ~> 1.0", [hex: :req, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4.2 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "97a667b96ca8cc48a4679f6cd1f40a36d8701cf052587298473614caa70f164a"},
|
"swoosh": {:hex, :swoosh, "1.15.3", "5c3f05b6e4e08cd4f75ad7e90db3c2b73c9d9de00503cce36a694951c2d69185", [:mix], [{:bandit, ">= 1.0.0", [hex: :bandit, repo: "hexpm", optional: true]}, {:cowboy, "~> 1.1 or ~> 2.4", [hex: :cowboy, repo: "hexpm", optional: true]}, {:ex_aws, "~> 2.1", [hex: :ex_aws, repo: "hexpm", optional: true]}, {:finch, "~> 0.6", [hex: :finch, repo: "hexpm", optional: true]}, {:gen_smtp, "~> 0.13 or ~> 1.0", [hex: :gen_smtp, repo: "hexpm", optional: true]}, {:hackney, "~> 1.9", [hex: :hackney, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:mail, "~> 0.2", [hex: :mail, repo: "hexpm", optional: true]}, {:mime, "~> 1.1 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:plug, "~> 1.9", [hex: :plug, repo: "hexpm", optional: true]}, {:plug_cowboy, ">= 1.0.0", [hex: :plug_cowboy, repo: "hexpm", optional: true]}, {:req, "~> 0.4 or ~> 1.0", [hex: :req, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4.2 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "97a667b96ca8cc48a4679f6cd1f40a36d8701cf052587298473614caa70f164a"},
|
||||||
"telemetry": {:hex, :telemetry, "1.2.1", "68fdfe8d8f05a8428483a97d7aab2f268aaff24b49e0f599faa091f1d4e7f61c", [:rebar3], [], "hexpm", "dad9ce9d8effc621708f99eac538ef1cbe05d6a874dd741de2e689c47feafed5"},
|
"telemetry": {:hex, :telemetry, "1.3.0", "fedebbae410d715cf8e7062c96a1ef32ec22e764197f70cda73d82778d61e7a2", [:rebar3], [], "hexpm", "7015fc8919dbe63764f4b4b87a95b7c0996bd539e0d499be6ec9d7f3875b79e6"},
|
||||||
"tesla": {:hex, :tesla, "1.8.0", "d511a4f5c5e42538d97eef7c40ec4f3e44effdc5068206f42ed859e09e51d1fd", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:exjsx, ">= 3.0.0", [hex: :exjsx, repo: "hexpm", optional: true]}, {:finch, "~> 0.13", [hex: :finch, repo: "hexpm", optional: true]}, {:fuse, "~> 2.4", [hex: :fuse, repo: "hexpm", optional: true]}, {:gun, ">= 1.0.0", [hex: :gun, repo: "hexpm", optional: true]}, {:hackney, "~> 1.6", [hex: :hackney, repo: "hexpm", optional: true]}, {:ibrowse, "4.4.2", [hex: :ibrowse, repo: "hexpm", optional: true]}, {:jason, ">= 1.0.0", [hex: :jason, repo: "hexpm", optional: true]}, {:mime, "~> 1.0 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:mint, "~> 1.0", [hex: :mint, repo: "hexpm", optional: true]}, {:msgpax, "~> 2.3", [hex: :msgpax, repo: "hexpm", optional: true]}, {:poison, ">= 1.0.0", [hex: :poison, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: true]}], "hexpm", "10501f360cd926a309501287470372af1a6e1cbed0f43949203a4c13300bc79f"},
|
"tesla": {:hex, :tesla, "1.8.0", "d511a4f5c5e42538d97eef7c40ec4f3e44effdc5068206f42ed859e09e51d1fd", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:exjsx, ">= 3.0.0", [hex: :exjsx, repo: "hexpm", optional: true]}, {:finch, "~> 0.13", [hex: :finch, repo: "hexpm", optional: true]}, {:fuse, "~> 2.4", [hex: :fuse, repo: "hexpm", optional: true]}, {:gun, ">= 1.0.0", [hex: :gun, repo: "hexpm", optional: true]}, {:hackney, "~> 1.6", [hex: :hackney, repo: "hexpm", optional: true]}, {:ibrowse, "4.4.2", [hex: :ibrowse, repo: "hexpm", optional: true]}, {:jason, ">= 1.0.0", [hex: :jason, repo: "hexpm", optional: true]}, {:mime, "~> 1.0 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:mint, "~> 1.0", [hex: :mint, repo: "hexpm", optional: true]}, {:msgpax, "~> 2.3", [hex: :msgpax, repo: "hexpm", optional: true]}, {:poison, ">= 1.0.0", [hex: :poison, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: true]}], "hexpm", "10501f360cd926a309501287470372af1a6e1cbed0f43949203a4c13300bc79f"},
|
||||||
"thousand_island": {:hex, :thousand_island, "1.3.5", "6022b6338f1635b3d32406ff98d68b843ba73b3aa95cfc27154223244f3a6ca5", [:mix], [{:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "2be6954916fdfe4756af3239fb6b6d75d0b8063b5df03ba76fd8a4c87849e180"},
|
"thousand_island": {:hex, :thousand_island, "1.3.5", "6022b6338f1635b3d32406ff98d68b843ba73b3aa95cfc27154223244f3a6ca5", [:mix], [{:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "2be6954916fdfe4756af3239fb6b6d75d0b8063b5df03ba76fd8a4c87849e180"},
|
||||||
"timex": {:hex, :timex, "3.7.11", "bb95cb4eb1d06e27346325de506bcc6c30f9c6dea40d1ebe390b262fad1862d1", [:mix], [{:combine, "~> 0.10", [hex: :combine, repo: "hexpm", optional: false]}, {:gettext, "~> 0.20", [hex: :gettext, repo: "hexpm", optional: false]}, {:tzdata, "~> 1.1", [hex: :tzdata, repo: "hexpm", optional: false]}], "hexpm", "8b9024f7efbabaf9bd7aa04f65cf8dcd7c9818ca5737677c7b76acbc6a94d1aa"},
|
"timex": {:hex, :timex, "3.7.11", "bb95cb4eb1d06e27346325de506bcc6c30f9c6dea40d1ebe390b262fad1862d1", [:mix], [{:combine, "~> 0.10", [hex: :combine, repo: "hexpm", optional: false]}, {:gettext, "~> 0.20", [hex: :gettext, repo: "hexpm", optional: false]}, {:tzdata, "~> 1.1", [hex: :tzdata, repo: "hexpm", optional: false]}], "hexpm", "8b9024f7efbabaf9bd7aa04f65cf8dcd7c9818ca5737677c7b76acbc6a94d1aa"},
|
||||||
|
|
Loading…
Reference in a new issue