diff --git a/deps.nix b/deps.nix index b7badcb01..1b18e50bb 100644 --- a/deps.nix +++ b/deps.nix @@ -1,15 +1,10 @@ -{ - lib, - beamPackages, - overrides ? (x: y: { }), -}: +{ lib, beamPackages, overrides ? (x: y: { }) }: let buildMix = lib.makeOverridable beamPackages.buildMix; buildRebar3 = lib.makeOverridable beamPackages.buildRebar3; - defaultOverrides = ( - final: prev: + defaultOverrides = (final: prev: let apps = { }; @@ -27,2449 +22,2205 @@ let if builtins.hasAttr appName apps then drv.override allOverridesForApp else drv; in - builtins.mapAttrs applyOverrides prev - ); + builtins.mapAttrs applyOverrides prev); self = packages // (defaultOverrides self packages) // (overrides self packages); - packages = - with beamPackages; - with self; - { - absinthe = - let - version = "1.7.6"; - in - buildMix { - inherit version; - name = "absinthe"; - - src = fetchHex { - inherit version; - pkg = "absinthe"; - sha256 = "e7626951ca5eec627da960615b51009f3a774765406ff02722b1d818f17e5778"; - }; - - beamDeps = [ - dataloader - decimal - nimble_parsec - telemetry - ]; - }; - - absinthe_phoenix = - let - version = "2.0.2"; - in - buildMix { - inherit version; - name = "absinthe_phoenix"; - - src = fetchHex { - inherit version; - pkg = "absinthe_phoenix"; - sha256 = "d36918925c380dc7d2ed7d039c9a3b4182ec36723f7417a68745ade5aab22f8d"; - }; - - beamDeps = [ - absinthe - absinthe_plug - decimal - phoenix - phoenix_html - phoenix_pubsub - ]; - }; - - absinthe_plug = - let - version = "1.5.8"; - in - buildMix { - inherit version; - name = "absinthe_plug"; - - src = fetchHex { - inherit version; - pkg = "absinthe_plug"; - sha256 = "bbb04176647b735828861e7b2705465e53e2cf54ccf5a73ddd1ebd855f996e5a"; - }; - - beamDeps = [ - absinthe - plug - ]; - }; - - argon2_elixir = - let - version = "4.0.0"; - in - buildMix { - inherit version; - name = "argon2_elixir"; - - src = fetchHex { - inherit version; - pkg = "argon2_elixir"; - sha256 = "f9da27cf060c9ea61b1bd47837a28d7e48a8f6fa13a745e252556c14f9132c7f"; - }; - - beamDeps = [ - comeonin - elixir_make - ]; - }; - - atomex = - let - version = "0.5.1"; - in - buildMix { - inherit version; - name = "atomex"; - - src = fetchHex { - inherit version; - pkg = "atomex"; - sha256 = "6248891b5fcab8503982e090eedeeadb757a6311c2ef2e2998b874f7d319ab3f"; - }; - - beamDeps = [ xml_builder ]; - }; - - bandit = - let - version = "1.2.3"; - in - buildMix { - inherit version; - name = "bandit"; - - src = fetchHex { - inherit version; - pkg = "bandit"; - sha256 = "3e29150245a9b5f56944434e5240966e75c917dad248f689ab589b32187a81af"; - }; - - beamDeps = [ - hpax - plug - telemetry - thousand_island - websock - ]; - }; - - cachex = - let - version = "3.6.0"; - in - buildMix { - inherit version; - name = "cachex"; - - src = fetchHex { - inherit version; - pkg = "cachex"; - sha256 = "ebf24e373883bc8e0c8d894a63bbe102ae13d918f790121f5cfe6e485cc8e2e2"; - }; + packages = with beamPackages; with self; { + absinthe = + let + version = "1.7.6"; + in + buildMix { + inherit version; + name = "absinthe"; - beamDeps = [ - eternal - jumper - sleeplocks - unsafe - ]; + src = fetchHex { + inherit version; + pkg = "absinthe"; + sha256 = "e7626951ca5eec627da960615b51009f3a774765406ff02722b1d818f17e5778"; }; - castore = - let - version = "1.0.5"; - in - buildMix { - inherit version; - name = "castore"; + beamDeps = [ dataloader decimal nimble_parsec telemetry ]; + }; - src = fetchHex { - inherit version; - pkg = "castore"; - sha256 = "8d7c597c3e4a64c395980882d4bca3cebb8d74197c590dc272cfd3b6a6310578"; - }; - }; + absinthe_phoenix = + let + version = "2.0.2"; + in + buildMix { + inherit version; + name = "absinthe_phoenix"; - certifi = - let - version = "2.12.0"; - in - buildRebar3 { + src = fetchHex { inherit version; - name = "certifi"; - - src = fetchHex { - inherit version; - pkg = "certifi"; - sha256 = "ee68d85df22e554040cdb4be100f33873ac6051387baf6a8f6ce82272340ff1c"; - }; + pkg = "absinthe_phoenix"; + sha256 = "d36918925c380dc7d2ed7d039c9a3b4182ec36723f7417a68745ade5aab22f8d"; }; - cldr_utils = - let - version = "2.24.2"; - in - buildMix { - inherit version; - name = "cldr_utils"; + beamDeps = [ absinthe absinthe_plug decimal phoenix phoenix_html phoenix_pubsub ]; + }; - src = fetchHex { - inherit version; - pkg = "cldr_utils"; - sha256 = "3362b838836a9f0fa309de09a7127e36e67310e797d556db92f71b548832c7cf"; - }; + absinthe_plug = + let + version = "1.5.8"; + in + buildMix { + inherit version; + name = "absinthe_plug"; - beamDeps = [ - castore - certifi - decimal - ]; + src = fetchHex { + inherit version; + pkg = "absinthe_plug"; + sha256 = "bbb04176647b735828861e7b2705465e53e2cf54ccf5a73ddd1ebd855f996e5a"; }; - codepagex = - let - version = "0.1.6"; - in - buildMix { - inherit version; - name = "codepagex"; + beamDeps = [ absinthe plug ]; + }; - src = fetchHex { - inherit version; - pkg = "codepagex"; - sha256 = "1521461097dde281edf084062f525a4edc6a5e49f4fd1f5ec41c9c4955d5bd59"; - }; - }; + argon2_elixir = + let + version = "4.0.0"; + in + buildMix { + inherit version; + name = "argon2_elixir"; - combine = - let - version = "0.10.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "combine"; - - src = fetchHex { - inherit version; - pkg = "combine"; - sha256 = "1b1dbc1790073076580d0d1d64e42eae2366583e7aecd455d1215b0d16f2451b"; - }; + pkg = "argon2_elixir"; + sha256 = "f9da27cf060c9ea61b1bd47837a28d7e48a8f6fa13a745e252556c14f9132c7f"; }; - comeonin = - let - version = "5.4.0"; - in - buildMix { - inherit version; - name = "comeonin"; + beamDeps = [ comeonin elixir_make ]; + }; - src = fetchHex { - inherit version; - pkg = "comeonin"; - sha256 = "796393a9e50d01999d56b7b8420ab0481a7538d0caf80919da493b4a6e51faf1"; - }; - }; + atomex = + let + version = "0.5.1"; + in + buildMix { + inherit version; + name = "atomex"; - cors_plug = - let - version = "3.0.3"; - in - buildMix { + src = fetchHex { inherit version; - name = "cors_plug"; + pkg = "atomex"; + sha256 = "6248891b5fcab8503982e090eedeeadb757a6311c2ef2e2998b874f7d319ab3f"; + }; - src = fetchHex { - inherit version; - pkg = "cors_plug"; - sha256 = "3f2d759e8c272ed3835fab2ef11b46bddab8c1ab9528167bd463b6452edf830d"; - }; + beamDeps = [ xml_builder ]; + }; - beamDeps = [ plug ]; - }; + bandit = + let + version = "1.2.3"; + in + buildMix { + inherit version; + name = "bandit"; - dataloader = - let - version = "2.0.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "dataloader"; + pkg = "bandit"; + sha256 = "3e29150245a9b5f56944434e5240966e75c917dad248f689ab589b32187a81af"; + }; - src = fetchHex { - inherit version; - pkg = "dataloader"; - sha256 = "09d61781b76ce216e395cdbc883ff00d00f46a503e215c22722dba82507dfef0"; - }; + beamDeps = [ hpax plug telemetry thousand_island websock ]; + }; - beamDeps = [ - ecto - telemetry - ]; - }; + cachex = + let + version = "3.6.0"; + in + buildMix { + inherit version; + name = "cachex"; - db_connection = - let - version = "2.6.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "db_connection"; + pkg = "cachex"; + sha256 = "ebf24e373883bc8e0c8d894a63bbe102ae13d918f790121f5cfe6e485cc8e2e2"; + }; - src = fetchHex { - inherit version; - pkg = "db_connection"; - sha256 = "c2f992d15725e721ec7fbc1189d4ecdb8afef76648c746a8e1cad35e3b8a35f3"; - }; + beamDeps = [ eternal jumper sleeplocks unsafe ]; + }; - beamDeps = [ telemetry ]; - }; + castore = + let + version = "1.0.5"; + in + buildMix { + inherit version; + name = "castore"; - decimal = - let - version = "2.1.1"; - in - buildMix { + src = fetchHex { inherit version; - name = "decimal"; - - src = fetchHex { - inherit version; - pkg = "decimal"; - sha256 = "53cfe5f497ed0e7771ae1a475575603d77425099ba5faef9394932b35020ffcc"; - }; + pkg = "castore"; + sha256 = "8d7c597c3e4a64c395980882d4bca3cebb8d74197c590dc272cfd3b6a6310578"; }; + }; - digital_token = - let - version = "0.6.0"; - in - buildMix { + certifi = + let + version = "2.12.0"; + in + buildRebar3 { + inherit version; + name = "certifi"; + + src = fetchHex { inherit version; - name = "digital_token"; + pkg = "certifi"; + sha256 = "ee68d85df22e554040cdb4be100f33873ac6051387baf6a8f6ce82272340ff1c"; + }; + }; - src = fetchHex { - inherit version; - pkg = "digital_token"; - sha256 = "2455d626e7c61a128b02a4a8caddb092548c3eb613ac6f6a85e4cbb6caddc4d1"; - }; + cldr_utils = + let + version = "2.24.2"; + in + buildMix { + inherit version; + name = "cldr_utils"; - beamDeps = [ - cldr_utils - jason - ]; + src = fetchHex { + inherit version; + pkg = "cldr_utils"; + sha256 = "3362b838836a9f0fa309de09a7127e36e67310e797d556db92f71b548832c7cf"; }; - eblurhash = - let - version = "1.2.2"; - in - buildRebar3 { - inherit version; - name = "eblurhash"; + beamDeps = [ castore certifi decimal ]; + }; - src = fetchHex { - inherit version; - pkg = "eblurhash"; - sha256 = "8c20ca00904de023a835a9dcb7b7762fed32264c85a80c3cafa85288e405044c"; - }; - }; + codepagex = + let + version = "0.1.6"; + in + buildMix { + inherit version; + name = "codepagex"; - ecto = - let - version = "3.11.1"; - in - buildMix { + src = fetchHex { inherit version; - name = "ecto"; + pkg = "codepagex"; + sha256 = "1521461097dde281edf084062f525a4edc6a5e49f4fd1f5ec41c9c4955d5bd59"; + }; + }; - src = fetchHex { - inherit version; - pkg = "ecto"; - sha256 = "ebd3d3772cd0dfcd8d772659e41ed527c28b2a8bde4b00fe03e0463da0f1983b"; - }; + combine = + let + version = "0.10.0"; + in + buildMix { + inherit version; + name = "combine"; - beamDeps = [ - decimal - jason - telemetry - ]; + src = fetchHex { + inherit version; + pkg = "combine"; + sha256 = "1b1dbc1790073076580d0d1d64e42eae2366583e7aecd455d1215b0d16f2451b"; }; + }; - ecto_autoslug_field = - let - version = "3.1.0"; - in - buildMix { + comeonin = + let + version = "5.4.0"; + in + buildMix { + inherit version; + name = "comeonin"; + + src = fetchHex { inherit version; - name = "ecto_autoslug_field"; + pkg = "comeonin"; + sha256 = "796393a9e50d01999d56b7b8420ab0481a7538d0caf80919da493b4a6e51faf1"; + }; + }; - src = fetchHex { - inherit version; - pkg = "ecto_autoslug_field"; - sha256 = "b6ddd614805263e24b5c169532c934440d0289181cce873061fca3a8e92fd9ff"; - }; + cors_plug = + let + version = "3.0.3"; + in + buildMix { + inherit version; + name = "cors_plug"; - beamDeps = [ - ecto - slugify - ]; + src = fetchHex { + inherit version; + pkg = "cors_plug"; + sha256 = "3f2d759e8c272ed3835fab2ef11b46bddab8c1ab9528167bd463b6452edf830d"; }; - ecto_dev_logger = - let - version = "0.10.0"; - in - buildMix { - inherit version; - name = "ecto_dev_logger"; + beamDeps = [ plug ]; + }; - src = fetchHex { - inherit version; - pkg = "ecto_dev_logger"; - sha256 = "a55e58bad5d5c9b8ef2a3c3347dbdf7efa880a5371cf1457e44b41f489a43927"; - }; + dataloader = + let + version = "2.0.1"; + in + buildMix { + inherit version; + name = "dataloader"; - beamDeps = [ - ecto - jason - ]; + src = fetchHex { + inherit version; + pkg = "dataloader"; + sha256 = "da7ff00890e1b14f7457419b9508605a8e66ae2cc2d08c5db6a9f344550efa11"; }; - ecto_enum = - let - version = "1.4.0"; - in - buildMix { - inherit version; - name = "ecto_enum"; + beamDeps = [ ecto telemetry ]; + }; - src = fetchHex { - inherit version; - pkg = "ecto_enum"; - sha256 = "8fb55c087181c2b15eee406519dc22578fa60dd82c088be376d0010172764ee4"; - }; + db_connection = + let + version = "2.6.0"; + in + buildMix { + inherit version; + name = "db_connection"; - beamDeps = [ - ecto - ecto_sql - postgrex - ]; + src = fetchHex { + inherit version; + pkg = "db_connection"; + sha256 = "c2f992d15725e721ec7fbc1189d4ecdb8afef76648c746a8e1cad35e3b8a35f3"; }; - ecto_shortuuid = - let - version = "0.2.0"; - in - buildMix { - inherit version; - name = "ecto_shortuuid"; + beamDeps = [ telemetry ]; + }; - src = fetchHex { - inherit version; - pkg = "ecto_shortuuid"; - sha256 = "b92e3b71e86be92f5a7ef6f3de170e7864454e630f7b01dd930414baf38efb65"; - }; - - beamDeps = [ - ecto - shortuuid - ]; - }; - - ecto_sql = - let - version = "3.11.1"; - in - buildMix { - inherit version; - name = "ecto_sql"; - - src = fetchHex { - inherit version; - pkg = "ecto_sql"; - sha256 = "ce14063ab3514424276e7e360108ad6c2308f6d88164a076aac8a387e1fea634"; - }; - - beamDeps = [ - db_connection - ecto - postgrex - telemetry - ]; - }; - - elixir_make = - let - version = "0.7.8"; - in - buildMix { - inherit version; - name = "elixir_make"; - - src = fetchHex { - inherit version; - pkg = "elixir_make"; - sha256 = "7a71945b913d37ea89b06966e1342c85cfe549b15e6d6d081e8081c493062c07"; - }; + decimal = + let + version = "2.1.1"; + in + buildMix { + inherit version; + name = "decimal"; - beamDeps = [ - castore - certifi - ]; - }; - - erlport = - let - version = "0.11.0"; - in - buildRebar3 { - inherit version; - name = "erlport"; - - src = fetchHex { - inherit version; - pkg = "erlport"; - sha256 = "8eb136ccaf3948d329b8d1c3278ad2e17e2a7319801bc4cc2da6db278204eee4"; - }; + src = fetchHex { + inherit version; + pkg = "decimal"; + sha256 = "53cfe5f497ed0e7771ae1a475575603d77425099ba5faef9394932b35020ffcc"; }; + }; - eternal = - let - version = "1.2.2"; - in - buildMix { - inherit version; - name = "eternal"; + digital_token = + let + version = "0.6.0"; + in + buildMix { + inherit version; + name = "digital_token"; - src = fetchHex { - inherit version; - pkg = "eternal"; - sha256 = "2c9fe32b9c3726703ba5e1d43a1d255a4f3f2d8f8f9bc19f094c7cb1a7a9e782"; - }; - }; - - ex_cldr = - let - version = "2.37.5"; - in - buildMix { + src = fetchHex { inherit version; - name = "ex_cldr"; - - src = fetchHex { - inherit version; - pkg = "ex_cldr"; - sha256 = "74ad5ddff791112ce4156382e171a5f5d3766af9d5c4675e0571f081fe136479"; - }; + pkg = "digital_token"; + sha256 = "2455d626e7c61a128b02a4a8caddb092548c3eb613ac6f6a85e4cbb6caddc4d1"; + }; - beamDeps = [ - cldr_utils - decimal - gettext - jason - nimble_parsec - ]; - }; - - ex_cldr_calendars = - let - version = "1.23.0"; - in - buildMix { - inherit version; - name = "ex_cldr_calendars"; - - src = fetchHex { - inherit version; - pkg = "ex_cldr_calendars"; - sha256 = "06d2407e699032d5cdc515593b7ce7869f10ce28e98a4ed68d9b21e5001036d4"; - }; - - beamDeps = [ - ex_cldr_numbers - jason - ]; - }; - - ex_cldr_currencies = - let - version = "2.15.1"; - in - buildMix { - inherit version; - name = "ex_cldr_currencies"; - - src = fetchHex { - inherit version; - pkg = "ex_cldr_currencies"; - sha256 = "31df8bd37688340f8819bdd770eb17d659652078d34db632b85d4a32864d6a25"; - }; - - beamDeps = [ - ex_cldr - jason - ]; - }; - - ex_cldr_dates_times = - let - version = "2.16.0"; - in - buildMix { + beamDeps = [ cldr_utils jason ]; + }; + + eblurhash = + let + version = "1.2.2"; + in + buildRebar3 { + inherit version; + name = "eblurhash"; + + src = fetchHex { inherit version; - name = "ex_cldr_dates_times"; - - src = fetchHex { - inherit version; - pkg = "ex_cldr_dates_times"; - sha256 = "0f2f250d479cadda4e0ef3a5e3d936ae7ba1a3f1199db6791e284e86203495b1"; - }; - - beamDeps = [ - ex_cldr_calendars - ex_cldr_numbers - jason - ]; + pkg = "eblurhash"; + sha256 = "8c20ca00904de023a835a9dcb7b7762fed32264c85a80c3cafa85288e405044c"; }; + }; + + ecto = + let + version = "3.11.2"; + in + buildMix { + inherit version; + name = "ecto"; - ex_cldr_languages = - let - version = "0.3.3"; - in - buildMix { + src = fetchHex { inherit version; - name = "ex_cldr_languages"; + pkg = "ecto"; + sha256 = "3c38bca2c6f8d8023f2145326cc8a80100c3ffe4dcbd9842ff867f7fc6156c65"; + }; - src = fetchHex { - inherit version; - pkg = "ex_cldr_languages"; - sha256 = "22fb1fef72b7b4b4872d243b34e7b83734247a78ad87377986bf719089cc447a"; - }; + beamDeps = [ decimal jason telemetry ]; + }; - beamDeps = [ - ex_cldr - jason - ]; - }; + ecto_autoslug_field = + let + version = "3.1.0"; + in + buildMix { + inherit version; + name = "ecto_autoslug_field"; - ex_cldr_numbers = - let - version = "2.32.4"; - in - buildMix { - inherit version; - name = "ex_cldr_numbers"; + src = fetchHex { + inherit version; + pkg = "ecto_autoslug_field"; + sha256 = "b6ddd614805263e24b5c169532c934440d0289181cce873061fca3a8e92fd9ff"; + }; - src = fetchHex { - inherit version; - pkg = "ex_cldr_numbers"; - sha256 = "6fd5a82f0785418fa8b698c0be2b1845dff92b77f1b3172c763d37868fb503d2"; - }; + beamDeps = [ ecto slugify ]; + }; - beamDeps = [ - decimal - digital_token - ex_cldr - ex_cldr_currencies - jason - ]; - }; + ecto_dev_logger = + let + version = "0.10.0"; + in + buildMix { + inherit version; + name = "ecto_dev_logger"; - ex_cldr_plugs = - let - version = "1.3.1"; - in - buildMix { + src = fetchHex { inherit version; - name = "ex_cldr_plugs"; + pkg = "ecto_dev_logger"; + sha256 = "a55e58bad5d5c9b8ef2a3c3347dbdf7efa880a5371cf1457e44b41f489a43927"; + }; - src = fetchHex { - inherit version; - pkg = "ex_cldr_plugs"; - sha256 = "4f7b4a5fe061734cef7b62ff29118ed6ac72698cdd7bcfc97495db73611fe0fe"; - }; + beamDeps = [ ecto jason ]; + }; - beamDeps = [ - ex_cldr - gettext - jason - plug - ]; - }; + ecto_enum = + let + version = "1.4.0"; + in + buildMix { + inherit version; + name = "ecto_enum"; - ex_ical = - let - version = "0.2.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "ex_ical"; + pkg = "ecto_enum"; + sha256 = "8fb55c087181c2b15eee406519dc22578fa60dd82c088be376d0010172764ee4"; + }; - src = fetchHex { - inherit version; - pkg = "ex_ical"; - sha256 = "db76473b2ae0259e6633c6c479a5a4d8603f09497f55c88f9ef4d53d2b75befb"; - }; + beamDeps = [ ecto ecto_sql postgrex ]; + }; - beamDeps = [ timex ]; - }; + ecto_shortuuid = + let + version = "0.2.0"; + in + buildMix { + inherit version; + name = "ecto_shortuuid"; - ex_optimizer = - let - version = "0.1.1"; - in - buildMix { + src = fetchHex { inherit version; - name = "ex_optimizer"; + pkg = "ecto_shortuuid"; + sha256 = "b92e3b71e86be92f5a7ef6f3de170e7864454e630f7b01dd930414baf38efb65"; + }; - src = fetchHex { - inherit version; - pkg = "ex_optimizer"; - sha256 = "e6f5c059bcd58b66be2f6f257fdc4f69b74b0fa5c9ddd669486af012e4b52286"; - }; + beamDeps = [ ecto shortuuid ]; + }; - beamDeps = [ file_info ]; - }; + ecto_sql = + let + version = "3.11.1"; + in + buildMix { + inherit version; + name = "ecto_sql"; - exgravatar = - let - version = "2.0.3"; - in - buildMix { + src = fetchHex { inherit version; - name = "exgravatar"; - - src = fetchHex { - inherit version; - pkg = "exgravatar"; - sha256 = "aca18ff9bd8991d3be3e5446d3bdefc051be084c1ffc9ab2d43b3e65339300e1"; - }; + pkg = "ecto_sql"; + sha256 = "ce14063ab3514424276e7e360108ad6c2308f6d88164a076aac8a387e1fea634"; }; - exkismet = - let - version = "8b5485fde00fafbde20f315bec387a77f7358334"; - in - buildMix { - inherit version; - name = "exkismet"; + beamDeps = [ db_connection ecto postgrex telemetry ]; + }; - src = builtins.fetchGit { - url = "https://github.com/tcitworld/exkismet.git"; - rev = "8b5485fde00fafbde20f315bec387a77f7358334"; - allRefs = true; - }; + elixir_make = + let + version = "0.7.8"; + in + buildMix { + inherit version; + name = "elixir_make"; - beamDeps = [ httpoison ]; + src = fetchHex { + inherit version; + pkg = "elixir_make"; + sha256 = "7a71945b913d37ea89b06966e1342c85cfe549b15e6d6d081e8081c493062c07"; }; - expo = - let - version = "0.5.2"; - in - buildMix { - inherit version; - name = "expo"; + beamDeps = [ castore certifi ]; + }; - src = fetchHex { - inherit version; - pkg = "expo"; - sha256 = "8c9bfa06ca017c9cb4020fabe980bc7fdb1aaec059fd004c2ab3bff03b1c599c"; - }; - }; + erlport = + let + version = "0.11.0"; + in + buildRebar3 { + inherit version; + name = "erlport"; - export = - let - version = "0.1.1"; - in - buildMix { + src = fetchHex { inherit version; - name = "export"; + pkg = "erlport"; + sha256 = "8eb136ccaf3948d329b8d1c3278ad2e17e2a7319801bc4cc2da6db278204eee4"; + }; + }; - src = fetchHex { - inherit version; - pkg = "export"; - sha256 = "3da7444ff4053f1824352f4bdb13fbd2c28c93c2011786fb686b649fdca1021f"; - }; + eternal = + let + version = "1.2.2"; + in + buildMix { + inherit version; + name = "eternal"; - beamDeps = [ erlport ]; + src = fetchHex { + inherit version; + pkg = "eternal"; + sha256 = "2c9fe32b9c3726703ba5e1d43a1d255a4f3f2d8f8f9bc19f094c7cb1a7a9e782"; }; + }; + + ex_cldr = + let + version = "2.37.5"; + in + buildMix { + inherit version; + name = "ex_cldr"; - fast_html = - let - version = "2.3.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "fast_html"; + pkg = "ex_cldr"; + sha256 = "74ad5ddff791112ce4156382e171a5f5d3766af9d5c4675e0571f081fe136479"; + }; - src = fetchHex { - inherit version; - pkg = "fast_html"; - sha256 = "f18e3c7668f82d3ae0b15f48d48feeb257e28aa5ab1b0dbf781c7312e5da029d"; - }; + beamDeps = [ cldr_utils decimal gettext jason nimble_parsec ]; + }; - beamDeps = [ - elixir_make - nimble_pool - ]; - }; + ex_cldr_calendars = + let + version = "1.23.0"; + in + buildMix { + inherit version; + name = "ex_cldr_calendars"; - fast_sanitize = - let - version = "0.2.3"; - in - buildMix { + src = fetchHex { inherit version; - name = "fast_sanitize"; + pkg = "ex_cldr_calendars"; + sha256 = "06d2407e699032d5cdc515593b7ce7869f10ce28e98a4ed68d9b21e5001036d4"; + }; - src = fetchHex { - inherit version; - pkg = "fast_sanitize"; - sha256 = "e8ad286d10d0386e15d67d0ee125245ebcfbc7d7290b08712ba9013c8c5e56e2"; - }; + beamDeps = [ ex_cldr_numbers jason ]; + }; - beamDeps = [ - fast_html - plug - ]; - }; + ex_cldr_currencies = + let + version = "2.15.1"; + in + buildMix { + inherit version; + name = "ex_cldr_currencies"; - file_info = - let - version = "0.0.4"; - in - buildMix { + src = fetchHex { inherit version; - name = "file_info"; + pkg = "ex_cldr_currencies"; + sha256 = "31df8bd37688340f8819bdd770eb17d659652078d34db632b85d4a32864d6a25"; + }; - src = fetchHex { - inherit version; - pkg = "file_info"; - sha256 = "50e7ad01c2c8b9339010675fe4dc4a113b8d6ca7eddce24d1d74fd0e762781a5"; - }; + beamDeps = [ ex_cldr jason ]; + }; - beamDeps = [ mimetype_parser ]; - }; + ex_cldr_dates_times = + let + version = "2.16.0"; + in + buildMix { + inherit version; + name = "ex_cldr_dates_times"; - floki = - let - version = "0.35.4"; - in - buildMix { + src = fetchHex { inherit version; - name = "floki"; - - src = fetchHex { - inherit version; - pkg = "floki"; - sha256 = "27fa185d3469bd8fc5947ef0f8d5c4e47f0af02eb6b070b63c868f69e3af0204"; - }; + pkg = "ex_cldr_dates_times"; + sha256 = "0f2f250d479cadda4e0ef3a5e3d936ae7ba1a3f1199db6791e284e86203495b1"; }; - gen_smtp = - let - version = "1.2.0"; - in - buildRebar3 { - inherit version; - name = "gen_smtp"; + beamDeps = [ ex_cldr_calendars ex_cldr_numbers jason ]; + }; - src = fetchHex { - inherit version; - pkg = "gen_smtp"; - sha256 = "5ee0375680bca8f20c4d85f58c2894441443a743355430ff33a783fe03296779"; - }; + ex_cldr_languages = + let + version = "0.3.3"; + in + buildMix { + inherit version; + name = "ex_cldr_languages"; - beamDeps = [ ranch ]; + src = fetchHex { + inherit version; + pkg = "ex_cldr_languages"; + sha256 = "22fb1fef72b7b4b4872d243b34e7b83734247a78ad87377986bf719089cc447a"; }; - geo = - let - version = "3.6.0"; - in - buildMix { - inherit version; - name = "geo"; + beamDeps = [ ex_cldr jason ]; + }; - src = fetchHex { - inherit version; - pkg = "geo"; - sha256 = "1dbdebf617183b54bc3c8ad7a36531a9a76ada8ca93f75f573b0ae94006168da"; - }; + ex_cldr_numbers = + let + version = "2.32.4"; + in + buildMix { + inherit version; + name = "ex_cldr_numbers"; - beamDeps = [ jason ]; + src = fetchHex { + inherit version; + pkg = "ex_cldr_numbers"; + sha256 = "6fd5a82f0785418fa8b698c0be2b1845dff92b77f1b3172c763d37868fb503d2"; }; - geo_postgis = - let - version = "3.5.0"; - in - buildMix { - inherit version; - name = "geo_postgis"; + beamDeps = [ decimal digital_token ex_cldr ex_cldr_currencies jason ]; + }; - src = fetchHex { - inherit version; - pkg = "geo_postgis"; - sha256 = "0bebc5b00f8b11835066bd6213fbeeec03704b4a1c206920b81c1ec2201d185f"; - }; + ex_cldr_plugs = + let + version = "1.3.1"; + in + buildMix { + inherit version; + name = "ex_cldr_plugs"; - beamDeps = [ - ecto - geo - jason - postgrex - ]; + src = fetchHex { + inherit version; + pkg = "ex_cldr_plugs"; + sha256 = "4f7b4a5fe061734cef7b62ff29118ed6ac72698cdd7bcfc97495db73611fe0fe"; }; - geohax = - let - version = "1.0.0"; - in - buildMix { - inherit version; - name = "geohax"; + beamDeps = [ ex_cldr gettext jason plug ]; + }; - src = fetchHex { - inherit version; - pkg = "geohax"; - sha256 = "893ef2f905213acb67c615d2c955d926b1be3676bfc2bd5ed7271b641dfa2224"; - }; - }; + ex_ical = + let + version = "0.2.0"; + in + buildMix { + inherit version; + name = "ex_ical"; - geolix = - let - version = "2.0.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "geolix"; - - src = fetchHex { - inherit version; - pkg = "geolix"; - sha256 = "8742bf588ed0bb7def2c443204d09d355990846c6efdff96ded66aac24c301df"; - }; + pkg = "ex_ical"; + sha256 = "db76473b2ae0259e6633c6c479a5a4d8603f09497f55c88f9ef4d53d2b75befb"; }; - geolix_adapter_mmdb2 = - let - version = "0.6.0"; - in - buildMix { - inherit version; - name = "geolix_adapter_mmdb2"; + beamDeps = [ timex ]; + }; - src = fetchHex { - inherit version; - pkg = "geolix_adapter_mmdb2"; - sha256 = "06ff962feae8a310cffdf86b74bfcda6e2d0dccb439bb1f62df2b657b1c0269b"; - }; + ex_optimizer = + let + version = "0.1.1"; + in + buildMix { + inherit version; + name = "ex_optimizer"; - beamDeps = [ - geolix - mmdb2_decoder - ]; + src = fetchHex { + inherit version; + pkg = "ex_optimizer"; + sha256 = "e6f5c059bcd58b66be2f6f257fdc4f69b74b0fa5c9ddd669486af012e4b52286"; }; - gettext = - let - version = "0.24.0"; - in - buildMix { + beamDeps = [ file_info ]; + }; + + exgravatar = + let + version = "2.0.3"; + in + buildMix { + inherit version; + name = "exgravatar"; + + src = fetchHex { inherit version; - name = "gettext"; + pkg = "exgravatar"; + sha256 = "aca18ff9bd8991d3be3e5446d3bdefc051be084c1ffc9ab2d43b3e65339300e1"; + }; + }; - src = fetchHex { - inherit version; - pkg = "gettext"; - sha256 = "bdf75cdfcbe9e4622dd18e034b227d77dd17f0f133853a1c73b97b3d6c770e8b"; - }; + exkismet = + let + version = "8b5485fde00fafbde20f315bec387a77f7358334"; + in + buildMix { + inherit version; + name = "exkismet"; - beamDeps = [ expo ]; + src = builtins.fetchGit { + url = "https://github.com/tcitworld/exkismet.git"; + rev = "8b5485fde00fafbde20f315bec387a77f7358334"; + allRefs = true; }; - guardian = - let - version = "2.3.2"; - in - buildMix { - inherit version; - name = "guardian"; + beamDeps = [ httpoison ]; + }; - src = fetchHex { - inherit version; - pkg = "guardian"; - sha256 = "b189ff38cd46a22a8a824866a6867ca8722942347f13c33f7d23126af8821b52"; - }; + expo = + let + version = "0.5.2"; + in + buildMix { + inherit version; + name = "expo"; - beamDeps = [ - jose - plug - ]; + src = fetchHex { + inherit version; + pkg = "expo"; + sha256 = "8c9bfa06ca017c9cb4020fabe980bc7fdb1aaec059fd004c2ab3bff03b1c599c"; }; + }; - guardian_db = - let - version = "3.0.0"; - in - buildMix { + export = + let + version = "0.1.1"; + in + buildMix { + inherit version; + name = "export"; + + src = fetchHex { inherit version; - name = "guardian_db"; + pkg = "export"; + sha256 = "3da7444ff4053f1824352f4bdb13fbd2c28c93c2011786fb686b649fdca1021f"; + }; - src = fetchHex { - inherit version; - pkg = "guardian_db"; - sha256 = "9c2ec4278efa34f9f1cc6ba795e552d41fdc7ffba5319d67eeb533b89392d183"; - }; + beamDeps = [ erlport ]; + }; - beamDeps = [ - ecto - ecto_sql - guardian - postgrex - ]; - }; + fast_html = + let + version = "2.3.0"; + in + buildMix { + inherit version; + name = "fast_html"; - guardian_phoenix = - let - version = "2.0.1"; - in - buildMix { + src = fetchHex { inherit version; - name = "guardian_phoenix"; + pkg = "fast_html"; + sha256 = "f18e3c7668f82d3ae0b15f48d48feeb257e28aa5ab1b0dbf781c7312e5da029d"; + }; - src = fetchHex { - inherit version; - pkg = "guardian_phoenix"; - sha256 = "21f439246715192b231f228680465d1ed5fbdf01555a4a3b17165532f5f9a08c"; - }; + beamDeps = [ elixir_make nimble_pool ]; + }; - beamDeps = [ - guardian - phoenix - ]; - }; + fast_sanitize = + let + version = "0.2.3"; + in + buildMix { + inherit version; + name = "fast_sanitize"; - hackney = - let - version = "1.20.1"; - in - buildRebar3 { + src = fetchHex { inherit version; - name = "hackney"; + pkg = "fast_sanitize"; + sha256 = "e8ad286d10d0386e15d67d0ee125245ebcfbc7d7290b08712ba9013c8c5e56e2"; + }; - src = fetchHex { - inherit version; - pkg = "hackney"; - sha256 = "fe9094e5f1a2a2c0a7d10918fee36bfec0ec2a979994cff8cfe8058cd9af38e3"; - }; + beamDeps = [ fast_html plug ]; + }; - beamDeps = [ - certifi - idna - metrics - mimerl - parse_trans - ssl_verify_fun - unicode_util_compat - ]; - }; + file_info = + let + version = "0.0.4"; + in + buildMix { + inherit version; + name = "file_info"; - hammer = - let - version = "6.2.1"; - in - buildMix { + src = fetchHex { inherit version; - name = "hammer"; + pkg = "file_info"; + sha256 = "50e7ad01c2c8b9339010675fe4dc4a113b8d6ca7eddce24d1d74fd0e762781a5"; + }; - src = fetchHex { - inherit version; - pkg = "hammer"; - sha256 = "b9476d0c13883d2dc0cc72e786bac6ac28911fba7cc2e04b70ce6a6d9c4b2bdc"; - }; + beamDeps = [ mimetype_parser ]; + }; - beamDeps = [ poolboy ]; - }; + floki = + let + version = "0.35.4"; + in + buildMix { + inherit version; + name = "floki"; - haversine = - let - version = "0.1.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "haversine"; - - src = fetchHex { - inherit version; - pkg = "haversine"; - sha256 = "54dc48e895bc18a59437a37026c873634e17b648a64cb87bfafb96f64d607060"; - }; + pkg = "floki"; + sha256 = "27fa185d3469bd8fc5947ef0f8d5c4e47f0af02eb6b070b63c868f69e3af0204"; }; + }; - hpax = - let - version = "0.1.2"; - in - buildMix { - inherit version; - name = "hpax"; + gen_smtp = + let + version = "1.2.0"; + in + buildRebar3 { + inherit version; + name = "gen_smtp"; - src = fetchHex { - inherit version; - pkg = "hpax"; - sha256 = "2c87843d5a23f5f16748ebe77969880e29809580efdaccd615cd3bed628a8c13"; - }; + src = fetchHex { + inherit version; + pkg = "gen_smtp"; + sha256 = "5ee0375680bca8f20c4d85f58c2894441443a743355430ff33a783fe03296779"; }; - html_entities = - let - version = "0.5.2"; - in - buildMix { - inherit version; - name = "html_entities"; + beamDeps = [ ranch ]; + }; - src = fetchHex { - inherit version; - pkg = "html_entities"; - sha256 = "c53ba390403485615623b9531e97696f076ed415e8d8058b1dbaa28181f4fdcc"; - }; - }; + geo = + let + version = "3.6.0"; + in + buildMix { + inherit version; + name = "geo"; - http_signatures = - let - version = "0.1.2"; - in - buildMix { + src = fetchHex { inherit version; - name = "http_signatures"; - - src = fetchHex { - inherit version; - pkg = "http_signatures"; - sha256 = "f08aa9ac121829dae109d608d83c84b940ef2f183ae50f2dd1e9a8bc619d8be7"; - }; + pkg = "geo"; + sha256 = "1dbdebf617183b54bc3c8ad7a36531a9a76ada8ca93f75f573b0ae94006168da"; }; - httpoison = - let - version = "1.8.2"; - in - buildMix { - inherit version; - name = "httpoison"; + beamDeps = [ jason ]; + }; - src = fetchHex { - inherit version; - pkg = "httpoison"; - sha256 = "2bb350d26972e30c96e2ca74a1aaf8293d61d0742ff17f01e0279fef11599921"; - }; + geo_postgis = + let + version = "3.5.0"; + in + buildMix { + inherit version; + name = "geo_postgis"; - beamDeps = [ hackney ]; + src = fetchHex { + inherit version; + pkg = "geo_postgis"; + sha256 = "0bebc5b00f8b11835066bd6213fbeeec03704b4a1c206920b81c1ec2201d185f"; }; - icalendar = - let - version = "1033d922c82a7223db0ec138e2316557b70ff49f"; - in - buildMix { - inherit version; - name = "icalendar"; + beamDeps = [ ecto geo jason postgrex ]; + }; - src = builtins.fetchGit { - url = "https://github.com/tcitworld/icalendar.git"; - rev = "1033d922c82a7223db0ec138e2316557b70ff49f"; - allRefs = true; - }; + geohax = + let + version = "1.0.0"; + in + buildMix { + inherit version; + name = "geohax"; - beamDeps = [ timex ]; + src = fetchHex { + inherit version; + pkg = "geohax"; + sha256 = "893ef2f905213acb67c615d2c955d926b1be3676bfc2bd5ed7271b641dfa2224"; }; + }; + + geolix = + let + version = "2.0.0"; + in + buildMix { + inherit version; + name = "geolix"; - idna = - let - version = "6.1.1"; - in - buildRebar3 { + src = fetchHex { inherit version; - name = "idna"; + pkg = "geolix"; + sha256 = "8742bf588ed0bb7def2c443204d09d355990846c6efdff96ded66aac24c301df"; + }; + }; - src = fetchHex { - inherit version; - pkg = "idna"; - sha256 = "92376eb7894412ed19ac475e4a86f7b413c1b9fbb5bd16dccd57934157944cea"; - }; + geolix_adapter_mmdb2 = + let + version = "0.6.0"; + in + buildMix { + inherit version; + name = "geolix_adapter_mmdb2"; - beamDeps = [ unicode_util_compat ]; + src = fetchHex { + inherit version; + pkg = "geolix_adapter_mmdb2"; + sha256 = "06ff962feae8a310cffdf86b74bfcda6e2d0dccb439bb1f62df2b657b1c0269b"; }; - inet_cidr = - let - version = "1.0.8"; - in - buildMix { - inherit version; - name = "inet_cidr"; + beamDeps = [ geolix mmdb2_decoder ]; + }; - src = fetchHex { - inherit version; - pkg = "inet_cidr"; - sha256 = "d5b26da66603bb56c933c65214c72152f0de9a6ea53618b56d63302a68f6a90e"; - }; - }; + gettext = + let + version = "0.24.0"; + in + buildMix { + inherit version; + name = "gettext"; - ip_reserved = - let - version = "0.1.1"; - in - buildMix { + src = fetchHex { inherit version; - name = "ip_reserved"; + pkg = "gettext"; + sha256 = "bdf75cdfcbe9e4622dd18e034b227d77dd17f0f133853a1c73b97b3d6c770e8b"; + }; - src = fetchHex { - inherit version; - pkg = "ip_reserved"; - sha256 = "55fcd2b6e211caef09ea3f54ef37d43030bec486325d12fe865ab5ed8140a4fe"; - }; + beamDeps = [ expo ]; + }; - beamDeps = [ inet_cidr ]; - }; + guardian = + let + version = "2.3.2"; + in + buildMix { + inherit version; + name = "guardian"; - jason = - let - version = "1.4.1"; - in - buildMix { + src = fetchHex { inherit version; - name = "jason"; + pkg = "guardian"; + sha256 = "b189ff38cd46a22a8a824866a6867ca8722942347f13c33f7d23126af8821b52"; + }; - src = fetchHex { - inherit version; - pkg = "jason"; - sha256 = "fbb01ecdfd565b56261302f7e1fcc27c4fb8f32d56eab74db621fc154604a7a1"; - }; + beamDeps = [ jose plug ]; + }; - beamDeps = [ decimal ]; - }; + guardian_db = + let + version = "3.0.0"; + in + buildMix { + inherit version; + name = "guardian_db"; - jose = - let - version = "1.11.6"; - in - buildMix { + src = fetchHex { inherit version; - name = "jose"; - - src = fetchHex { - inherit version; - pkg = "jose"; - sha256 = "6275cb75504f9c1e60eeacb771adfeee4905a9e182103aa59b53fed651ff9738"; - }; + pkg = "guardian_db"; + sha256 = "9c2ec4278efa34f9f1cc6ba795e552d41fdc7ffba5319d67eeb533b89392d183"; }; - jumper = - let - version = "1.0.2"; - in - buildMix { - inherit version; - name = "jumper"; + beamDeps = [ ecto ecto_sql guardian postgrex ]; + }; - src = fetchHex { - inherit version; - pkg = "jumper"; - sha256 = "9b7782409021e01ab3c08270e26f36eb62976a38c1aa64b2eaf6348422f165e1"; - }; - }; + guardian_phoenix = + let + version = "2.0.1"; + in + buildMix { + inherit version; + name = "guardian_phoenix"; - linkify = - let - version = "0.5.3"; - in - buildMix { + src = fetchHex { inherit version; - name = "linkify"; - - src = fetchHex { - inherit version; - pkg = "linkify"; - sha256 = "3ef35a1377d47c25506e07c1c005ea9d38d700699d92ee92825f024434258177"; - }; + pkg = "guardian_phoenix"; + sha256 = "21f439246715192b231f228680465d1ed5fbdf01555a4a3b17165532f5f9a08c"; }; - metrics = - let - version = "1.0.1"; - in - buildRebar3 { - inherit version; - name = "metrics"; + beamDeps = [ guardian phoenix ]; + }; - src = fetchHex { - inherit version; - pkg = "metrics"; - sha256 = "69b09adddc4f74a40716ae54d140f93beb0fb8978d8636eaded0c31b6f099f16"; - }; - }; + hackney = + let + version = "1.20.1"; + in + buildRebar3 { + inherit version; + name = "hackney"; - mime = - let - version = "2.0.5"; - in - buildMix { + src = fetchHex { inherit version; - name = "mime"; - - src = fetchHex { - inherit version; - pkg = "mime"; - sha256 = "da0d64a365c45bc9935cc5c8a7fc5e49a0e0f9932a761c55d6c52b142780a05c"; - }; + pkg = "hackney"; + sha256 = "fe9094e5f1a2a2c0a7d10918fee36bfec0ec2a979994cff8cfe8058cd9af38e3"; }; - mimerl = - let - version = "1.2.0"; - in - buildRebar3 { - inherit version; - name = "mimerl"; + beamDeps = [ certifi idna metrics mimerl parse_trans ssl_verify_fun unicode_util_compat ]; + }; - src = fetchHex { - inherit version; - pkg = "mimerl"; - sha256 = "f278585650aa581986264638ebf698f8bb19df297f66ad91b18910dfc6e19323"; - }; - }; + hammer = + let + version = "6.2.1"; + in + buildMix { + inherit version; + name = "hammer"; - mimetype_parser = - let - version = "0.1.3"; - in - buildMix { + src = fetchHex { inherit version; - name = "mimetype_parser"; - - src = fetchHex { - inherit version; - pkg = "mimetype_parser"; - sha256 = "7d8f80c567807ce78cd93c938e7f4b0a20b1aaaaab914bf286f68457d9f7a852"; - }; + pkg = "hammer"; + sha256 = "b9476d0c13883d2dc0cc72e786bac6ac28911fba7cc2e04b70ce6a6d9c4b2bdc"; }; - mmdb2_decoder = - let - version = "3.0.1"; - in - buildMix { - inherit version; - name = "mmdb2_decoder"; + beamDeps = [ poolboy ]; + }; - src = fetchHex { - inherit version; - pkg = "mmdb2_decoder"; - sha256 = "316af0f388fac824782d944f54efe78e7c9691bbbdb0afd5cccdd0510adf559d"; - }; - }; + haversine = + let + version = "0.1.0"; + in + buildMix { + inherit version; + name = "haversine"; - mogrify = - let - version = "0.9.3"; - in - buildMix { + src = fetchHex { inherit version; - name = "mogrify"; - - src = fetchHex { - inherit version; - pkg = "mogrify"; - sha256 = "0189b1e1de27455f2b9ae8cf88239cefd23d38de9276eb5add7159aea51731e6"; - }; + pkg = "haversine"; + sha256 = "54dc48e895bc18a59437a37026c873634e17b648a64cb87bfafb96f64d607060"; }; + }; - nimble_csv = - let - version = "1.2.0"; - in - buildMix { - inherit version; - name = "nimble_csv"; + hpax = + let + version = "0.1.2"; + in + buildMix { + inherit version; + name = "hpax"; - src = fetchHex { - inherit version; - pkg = "nimble_csv"; - sha256 = "d0628117fcc2148178b034044c55359b26966c6eaa8e2ce15777be3bbc91b12a"; - }; + src = fetchHex { + inherit version; + pkg = "hpax"; + sha256 = "2c87843d5a23f5f16748ebe77969880e29809580efdaccd615cd3bed628a8c13"; }; + }; - nimble_parsec = - let - version = "1.4.0"; - in - buildMix { - inherit version; - name = "nimble_parsec"; + html_entities = + let + version = "0.5.2"; + in + buildMix { + inherit version; + name = "html_entities"; - src = fetchHex { - inherit version; - pkg = "nimble_parsec"; - sha256 = "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"; - }; + src = fetchHex { + inherit version; + pkg = "html_entities"; + sha256 = "c53ba390403485615623b9531e97696f076ed415e8d8058b1dbaa28181f4fdcc"; }; + }; - nimble_pool = - let - version = "0.2.6"; - in - buildMix { - inherit version; - name = "nimble_pool"; + http_signatures = + let + version = "0.1.2"; + in + buildMix { + inherit version; + name = "http_signatures"; - src = fetchHex { - inherit version; - pkg = "nimble_pool"; - sha256 = "1c715055095d3f2705c4e236c18b618420a35490da94149ff8b580a2144f653f"; - }; + src = fetchHex { + inherit version; + pkg = "http_signatures"; + sha256 = "f08aa9ac121829dae109d608d83c84b940ef2f183ae50f2dd1e9a8bc619d8be7"; }; + }; + + httpoison = + let + version = "1.8.2"; + in + buildMix { + inherit version; + name = "httpoison"; - oauth2 = - let - version = "2.1.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "oauth2"; + pkg = "httpoison"; + sha256 = "2bb350d26972e30c96e2ca74a1aaf8293d61d0742ff17f01e0279fef11599921"; + }; + + beamDeps = [ hackney ]; + }; - src = fetchHex { - inherit version; - pkg = "oauth2"; - sha256 = "8ac07f85b3307dd1acfeb0ec852f64161b22f57d0ce0c15e616a1dfc8ebe2b41"; - }; + icalendar = + let + version = "1033d922c82a7223db0ec138e2316557b70ff49f"; + in + buildMix { + inherit version; + name = "icalendar"; - beamDeps = [ tesla ]; + src = builtins.fetchGit { + url = "https://github.com/tcitworld/icalendar.git"; + rev = "1033d922c82a7223db0ec138e2316557b70ff49f"; + allRefs = true; }; - oauther = - let - version = "1.3.0"; - in - buildMix { - inherit version; - name = "oauther"; + beamDeps = [ timex ]; + }; - src = fetchHex { - inherit version; - pkg = "oauther"; - sha256 = "78eb888ea875c72ca27b0864a6f550bc6ee84f2eeca37b093d3d833fbcaec04e"; - }; - }; + idna = + let + version = "6.1.1"; + in + buildRebar3 { + inherit version; + name = "idna"; - oban = - let - version = "2.17.5"; - in - buildMix { + src = fetchHex { inherit version; - name = "oban"; + pkg = "idna"; + sha256 = "92376eb7894412ed19ac475e4a86f7b413c1b9fbb5bd16dccd57934157944cea"; + }; - src = fetchHex { - inherit version; - pkg = "oban"; - sha256 = "fd3ccbbfdbb2bc77107c8790946f9821a831ed0720688485ee6adcd7863886cf"; - }; + beamDeps = [ unicode_util_compat ]; + }; - beamDeps = [ - ecto_sql - jason - postgrex - telemetry - ]; - }; + inet_cidr = + let + version = "1.0.8"; + in + buildMix { + inherit version; + name = "inet_cidr"; - paasaa = - let - version = "0.6.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "paasaa"; - - src = fetchHex { - inherit version; - pkg = "paasaa"; - sha256 = "732ddfc21bac0831edb26aec468af3ec2b8997d74f6209810b1cc53199c29f2e"; - }; + pkg = "inet_cidr"; + sha256 = "d5b26da66603bb56c933c65214c72152f0de9a6ea53618b56d63302a68f6a90e"; }; + }; + + ip_reserved = + let + version = "0.1.1"; + in + buildMix { + inherit version; + name = "ip_reserved"; - parse_trans = - let - version = "3.4.1"; - in - buildRebar3 { + src = fetchHex { inherit version; - name = "parse_trans"; - - src = fetchHex { - inherit version; - pkg = "parse_trans"; - sha256 = "620a406ce75dada827b82e453c19cf06776be266f5a67cff34e1ef2cbb60e49a"; - }; + pkg = "ip_reserved"; + sha256 = "55fcd2b6e211caef09ea3f54ef37d43030bec486325d12fe865ab5ed8140a4fe"; }; - phoenix = - let - version = "1.7.11"; - in - buildMix { - inherit version; - name = "phoenix"; - - src = fetchHex { - inherit version; - pkg = "phoenix"; - sha256 = "b1ec57f2e40316b306708fe59b92a16b9f6f4bf50ccfa41aa8c7feb79e0ec02a"; - }; + beamDeps = [ inet_cidr ]; + }; - beamDeps = [ - castore - jason - phoenix_pubsub - phoenix_template - phoenix_view - plug - plug_crypto - telemetry - websock_adapter - ]; - }; - - phoenix_ecto = - let - version = "4.4.3"; - in - buildMix { - inherit version; - name = "phoenix_ecto"; - - src = fetchHex { - inherit version; - pkg = "phoenix_ecto"; - sha256 = "d36c401206f3011fefd63d04e8ef626ec8791975d9d107f9a0817d426f61ac07"; - }; - - beamDeps = [ - ecto - phoenix_html - plug - ]; - }; - - phoenix_html = - let - version = "3.3.3"; - in - buildMix { - inherit version; - name = "phoenix_html"; - - src = fetchHex { - inherit version; - pkg = "phoenix_html"; - sha256 = "923ebe6fec6e2e3b3e569dfbdc6560de932cd54b000ada0208b5f45024bdd76c"; - }; - - beamDeps = [ plug ]; - }; - - phoenix_live_view = - let - version = "0.20.10"; - in - buildMix { - inherit version; - name = "phoenix_live_view"; - - src = fetchHex { - inherit version; - pkg = "phoenix_live_view"; - sha256 = "daa17b3fbdfd6347aaade4db01a5dd24d23af0f4344e2e24934e8adfb4a11607"; - }; - - beamDeps = [ - jason - phoenix - phoenix_html - phoenix_template - phoenix_view - plug - telemetry - ]; - }; - - phoenix_pubsub = - let - version = "2.1.3"; - in - buildMix { - inherit version; - name = "phoenix_pubsub"; - - src = fetchHex { - inherit version; - pkg = "phoenix_pubsub"; - sha256 = "bba06bc1dcfd8cb086759f0edc94a8ba2bc8896d5331a1e2c2902bf8e36ee502"; - }; - }; - - phoenix_swoosh = - let - version = "1.2.1"; - in - buildMix { - inherit version; - name = "phoenix_swoosh"; - - src = fetchHex { - inherit version; - pkg = "phoenix_swoosh"; - sha256 = "4000eeba3f9d7d1a6bf56d2bd56733d5cadf41a7f0d8ffe5bb67e7d667e204a2"; - }; - - beamDeps = [ - hackney - phoenix - phoenix_html - phoenix_view - swoosh - ]; - }; - - phoenix_template = - let - version = "1.0.4"; - in - buildMix { - inherit version; - name = "phoenix_template"; - - src = fetchHex { - inherit version; - pkg = "phoenix_template"; - sha256 = "2c0c81f0e5c6753faf5cca2f229c9709919aba34fab866d3bc05060c9c444206"; - }; - - beamDeps = [ phoenix_html ]; - }; + jason = + let + version = "1.4.4"; + in + buildMix { + inherit version; + name = "jason"; - phoenix_view = - let - version = "2.0.3"; - in - buildMix { + src = fetchHex { inherit version; - name = "phoenix_view"; + pkg = "jason"; + sha256 = "c5eb0cab91f094599f94d55bc63409236a8ec69a21a67814529e8d5f6cc90b3b"; + }; - src = fetchHex { - inherit version; - pkg = "phoenix_view"; - sha256 = "cd34049af41be2c627df99cd4eaa71fc52a328c0c3d8e7d4aa28f880c30e7f64"; - }; + beamDeps = [ decimal ]; + }; - beamDeps = [ - phoenix_html - phoenix_template - ]; - }; + jose = + let + version = "1.11.6"; + in + buildMix { + inherit version; + name = "jose"; - plug = - let - version = "1.15.3"; - in - buildMix { + src = fetchHex { inherit version; - name = "plug"; + pkg = "jose"; + sha256 = "6275cb75504f9c1e60eeacb771adfeee4905a9e182103aa59b53fed651ff9738"; + }; + }; - src = fetchHex { - inherit version; - pkg = "plug"; - sha256 = "cc4365a3c010a56af402e0809208873d113e9c38c401cabd88027ef4f5c01fd2"; - }; + jumper = + let + version = "1.0.2"; + in + buildMix { + inherit version; + name = "jumper"; - beamDeps = [ - mime - plug_crypto - telemetry - ]; + src = fetchHex { + inherit version; + pkg = "jumper"; + sha256 = "9b7782409021e01ab3c08270e26f36eb62976a38c1aa64b2eaf6348422f165e1"; }; + }; - plug_crypto = - let - version = "2.0.0"; - in - buildMix { - inherit version; - name = "plug_crypto"; + linkify = + let + version = "0.5.3"; + in + buildMix { + inherit version; + name = "linkify"; - src = fetchHex { - inherit version; - pkg = "plug_crypto"; - sha256 = "53695bae57cc4e54566d993eb01074e4d894b65a3766f1c43e2c61a1b0f45ea9"; - }; + src = fetchHex { + inherit version; + pkg = "linkify"; + sha256 = "3ef35a1377d47c25506e07c1c005ea9d38d700699d92ee92825f024434258177"; }; + }; - poolboy = - let - version = "1.5.2"; - in - buildRebar3 { - inherit version; - name = "poolboy"; + metrics = + let + version = "1.0.1"; + in + buildRebar3 { + inherit version; + name = "metrics"; - src = fetchHex { - inherit version; - pkg = "poolboy"; - sha256 = "dad79704ce5440f3d5a3681c8590b9dc25d1a561e8f5a9c995281012860901e3"; - }; + src = fetchHex { + inherit version; + pkg = "metrics"; + sha256 = "69b09adddc4f74a40716ae54d140f93beb0fb8978d8636eaded0c31b6f099f16"; }; + }; - postgrex = - let - version = "0.17.4"; - in - buildMix { + mime = + let + version = "2.0.5"; + in + buildMix { + inherit version; + name = "mime"; + + src = fetchHex { inherit version; - name = "postgrex"; + pkg = "mime"; + sha256 = "da0d64a365c45bc9935cc5c8a7fc5e49a0e0f9932a761c55d6c52b142780a05c"; + }; + }; - src = fetchHex { - inherit version; - pkg = "postgrex"; - sha256 = "6458f7d5b70652bc81c3ea759f91736c16a31be000f306d3c64bcdfe9a18b3cc"; - }; + mimerl = + let + version = "1.2.0"; + in + buildRebar3 { + inherit version; + name = "mimerl"; - beamDeps = [ - db_connection - decimal - jason - ]; + src = fetchHex { + inherit version; + pkg = "mimerl"; + sha256 = "f278585650aa581986264638ebf698f8bb19df297f66ad91b18910dfc6e19323"; }; + }; + + mimetype_parser = + let + version = "0.1.3"; + in + buildMix { + inherit version; + name = "mimetype_parser"; - progress_bar = - let - version = "3.0.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "progress_bar"; + pkg = "mimetype_parser"; + sha256 = "7d8f80c567807ce78cd93c938e7f4b0a20b1aaaaab914bf286f68457d9f7a852"; + }; + }; - src = fetchHex { - inherit version; - pkg = "progress_bar"; - sha256 = "6981c2b25ab24aecc91a2dc46623658e1399c21a2ae24db986b90d678530f2b7"; - }; + mmdb2_decoder = + let + version = "3.0.1"; + in + buildMix { + inherit version; + name = "mmdb2_decoder"; - beamDeps = [ decimal ]; + src = fetchHex { + inherit version; + pkg = "mmdb2_decoder"; + sha256 = "316af0f388fac824782d944f54efe78e7c9691bbbdb0afd5cccdd0510adf559d"; }; + }; + + mogrify = + let + version = "0.9.3"; + in + buildMix { + inherit version; + name = "mogrify"; - rajska = - let - version = "0c036448e261e8be6a512581c592fadf48982d84"; - in - buildMix { + src = fetchHex { inherit version; - name = "rajska"; + pkg = "mogrify"; + sha256 = "0189b1e1de27455f2b9ae8cf88239cefd23d38de9276eb5add7159aea51731e6"; + }; + }; - src = builtins.fetchGit { - url = "https://github.com/tcitworld/rajska.git"; - rev = "0c036448e261e8be6a512581c592fadf48982d84"; - allRefs = true; - }; + nimble_csv = + let + version = "1.2.0"; + in + buildMix { + inherit version; + name = "nimble_csv"; - beamDeps = [ - absinthe - hammer - ]; + src = fetchHex { + inherit version; + pkg = "nimble_csv"; + sha256 = "d0628117fcc2148178b034044c55359b26966c6eaa8e2ce15777be3bbc91b12a"; }; + }; - ranch = - let - version = "2.1.0"; - in - buildRebar3 { - inherit version; - name = "ranch"; + nimble_parsec = + let + version = "1.4.0"; + in + buildMix { + inherit version; + name = "nimble_parsec"; - src = fetchHex { - inherit version; - pkg = "ranch"; - sha256 = "244ee3fa2a6175270d8e1fc59024fd9dbc76294a321057de8f803b1479e76916"; - }; + src = fetchHex { + inherit version; + pkg = "nimble_parsec"; + sha256 = "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"; }; + }; - remote_ip = - let - version = "1.1.0"; - in - buildMix { + nimble_pool = + let + version = "0.2.6"; + in + buildMix { + inherit version; + name = "nimble_pool"; + + src = fetchHex { inherit version; - name = "remote_ip"; + pkg = "nimble_pool"; + sha256 = "1c715055095d3f2705c4e236c18b618420a35490da94149ff8b580a2144f653f"; + }; + }; - src = fetchHex { - inherit version; - pkg = "remote_ip"; - sha256 = "616ffdf66aaad6a72fc546dabf42eed87e2a99e97b09cbd92b10cc180d02ed74"; - }; + oauth2 = + let + version = "2.1.0"; + in + buildMix { + inherit version; + name = "oauth2"; - beamDeps = [ - combine - plug - ]; + src = fetchHex { + inherit version; + pkg = "oauth2"; + sha256 = "8ac07f85b3307dd1acfeb0ec852f64161b22f57d0ce0c15e616a1dfc8ebe2b41"; }; - replug = - let - version = "0.1.0"; - in - buildMix { - inherit version; - name = "replug"; + beamDeps = [ tesla ]; + }; - src = fetchHex { - inherit version; - pkg = "replug"; - sha256 = "f71f7a57e944e854fe4946060c6964098e53958074c69fb844b96e0bd58cfa60"; - }; + oauther = + let + version = "1.3.0"; + in + buildMix { + inherit version; + name = "oauther"; - beamDeps = [ plug ]; + src = fetchHex { + inherit version; + pkg = "oauther"; + sha256 = "78eb888ea875c72ca27b0864a6f550bc6ee84f2eeca37b093d3d833fbcaec04e"; }; + }; - sentry = - let - version = "8.1.0"; - in - buildMix { + oban = + let + version = "2.17.5"; + in + buildMix { + inherit version; + name = "oban"; + + src = fetchHex { inherit version; - name = "sentry"; + pkg = "oban"; + sha256 = "fd3ccbbfdbb2bc77107c8790946f9821a831ed0720688485ee6adcd7863886cf"; + }; - src = fetchHex { - inherit version; - pkg = "sentry"; - sha256 = "f9fc7641ef61e885510f5e5963c2948b9de1de597c63f781e9d3d6c9c8681ab4"; - }; + beamDeps = [ ecto_sql jason postgrex telemetry ]; + }; - beamDeps = [ - hackney - jason - plug - ]; - }; + paasaa = + let + version = "0.6.0"; + in + buildMix { + inherit version; + name = "paasaa"; - shortuuid = - let - version = "3.0.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "shortuuid"; - - src = fetchHex { - inherit version; - pkg = "shortuuid"; - sha256 = "dfd8f80f514cbb91622cb83f4ac0d6e2f06d98cc6d4aeba94444a212289d0d39"; - }; + pkg = "paasaa"; + sha256 = "732ddfc21bac0831edb26aec468af3ec2b8997d74f6209810b1cc53199c29f2e"; }; + }; - sitemapper = - let - version = "0.8.0"; - in - buildMix { + parse_trans = + let + version = "3.4.1"; + in + buildRebar3 { + inherit version; + name = "parse_trans"; + + src = fetchHex { inherit version; - name = "sitemapper"; + pkg = "parse_trans"; + sha256 = "620a406ce75dada827b82e453c19cf06776be266f5a67cff34e1ef2cbb60e49a"; + }; + }; - src = fetchHex { - inherit version; - pkg = "sitemapper"; - sha256 = "7cd42b454035da457151c9b6a314b688b5bbe5383add95badc65d013c25989c5"; - }; + phoenix = + let + version = "1.7.11"; + in + buildMix { + inherit version; + name = "phoenix"; - beamDeps = [ xml_builder ]; + src = fetchHex { + inherit version; + pkg = "phoenix"; + sha256 = "b1ec57f2e40316b306708fe59b92a16b9f6f4bf50ccfa41aa8c7feb79e0ec02a"; }; - sleeplocks = - let - version = "1.1.2"; - in - buildRebar3 { - inherit version; - name = "sleeplocks"; + beamDeps = [ castore jason phoenix_pubsub phoenix_template phoenix_view plug plug_crypto telemetry websock_adapter ]; + }; - src = fetchHex { - inherit version; - pkg = "sleeplocks"; - sha256 = "9fe5d048c5b781d6305c1a3a0f40bb3dfc06f49bf40571f3d2d0c57eaa7f59a5"; - }; - }; + phoenix_ecto = + let + version = "4.4.3"; + in + buildMix { + inherit version; + name = "phoenix_ecto"; - slugger = - let - version = "0.3.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "slugger"; - - src = fetchHex { - inherit version; - pkg = "slugger"; - sha256 = "20d0ded0e712605d1eae6c5b4889581c3460d92623a930ddda91e0e609b5afba"; - }; + pkg = "phoenix_ecto"; + sha256 = "d36c401206f3011fefd63d04e8ef626ec8791975d9d107f9a0817d426f61ac07"; }; - slugify = - let - version = "1.3.1"; - in - buildMix { - inherit version; - name = "slugify"; + beamDeps = [ ecto phoenix_html plug ]; + }; - src = fetchHex { - inherit version; - pkg = "slugify"; - sha256 = "cb090bbeb056b312da3125e681d98933a360a70d327820e4b7f91645c4d8be76"; - }; - }; + phoenix_html = + let + version = "3.3.3"; + in + buildMix { + inherit version; + name = "phoenix_html"; - ssl_verify_fun = - let - version = "1.1.7"; - in - buildMix { + src = fetchHex { inherit version; - name = "ssl_verify_fun"; - - src = fetchHex { - inherit version; - pkg = "ssl_verify_fun"; - sha256 = "fe4c190e8f37401d30167c8c405eda19469f34577987c76dde613e838bbc67f8"; - }; + pkg = "phoenix_html"; + sha256 = "923ebe6fec6e2e3b3e569dfbdc6560de932cd54b000ada0208b5f45024bdd76c"; }; - struct_access = - let - version = "1.1.2"; - in - buildMix { - inherit version; - name = "struct_access"; + beamDeps = [ plug ]; + }; - src = fetchHex { - inherit version; - pkg = "struct_access"; - sha256 = "e4c411dcc0226081b95709909551fc92b8feb1a3476108348ea7e3f6c12e586a"; - }; - }; + phoenix_live_view = + let + version = "0.20.10"; + in + buildMix { + inherit version; + name = "phoenix_live_view"; - sweet_xml = - let - version = "0.7.4"; - in - buildMix { + src = fetchHex { inherit version; - name = "sweet_xml"; - - src = fetchHex { - inherit version; - pkg = "sweet_xml"; - sha256 = "e7c4b0bdbf460c928234951def54fe87edf1a170f6896675443279e2dbeba167"; - }; + pkg = "phoenix_live_view"; + sha256 = "daa17b3fbdfd6347aaade4db01a5dd24d23af0f4344e2e24934e8adfb4a11607"; }; - swoosh = - let - version = "1.15.3"; - in - buildMix { - inherit version; - name = "swoosh"; + beamDeps = [ jason phoenix phoenix_html phoenix_template phoenix_view plug telemetry ]; + }; - src = fetchHex { - inherit version; - pkg = "swoosh"; - sha256 = "97a667b96ca8cc48a4679f6cd1f40a36d8701cf052587298473614caa70f164a"; - }; + phoenix_pubsub = + let + version = "2.1.3"; + in + buildMix { + inherit version; + name = "phoenix_pubsub"; - beamDeps = [ - bandit - gen_smtp - hackney - jason - mime - plug - telemetry - ]; + src = fetchHex { + inherit version; + pkg = "phoenix_pubsub"; + sha256 = "bba06bc1dcfd8cb086759f0edc94a8ba2bc8896d5331a1e2c2902bf8e36ee502"; }; + }; - telemetry = - let - version = "1.2.1"; - in - buildRebar3 { - inherit version; - name = "telemetry"; + phoenix_swoosh = + let + version = "1.2.1"; + in + buildMix { + inherit version; + name = "phoenix_swoosh"; - src = fetchHex { - inherit version; - pkg = "telemetry"; - sha256 = "dad9ce9d8effc621708f99eac538ef1cbe05d6a874dd741de2e689c47feafed5"; - }; + src = fetchHex { + inherit version; + pkg = "phoenix_swoosh"; + sha256 = "4000eeba3f9d7d1a6bf56d2bd56733d5cadf41a7f0d8ffe5bb67e7d667e204a2"; }; - tesla = - let - version = "1.8.0"; - in - buildMix { + beamDeps = [ hackney phoenix phoenix_html phoenix_view swoosh ]; + }; + + phoenix_template = + let + version = "1.0.4"; + in + buildMix { + inherit version; + name = "phoenix_template"; + + src = fetchHex { inherit version; - name = "tesla"; + pkg = "phoenix_template"; + sha256 = "2c0c81f0e5c6753faf5cca2f229c9709919aba34fab866d3bc05060c9c444206"; + }; + + beamDeps = [ phoenix_html ]; + }; - src = fetchHex { - inherit version; - pkg = "tesla"; - sha256 = "10501f360cd926a309501287470372af1a6e1cbed0f43949203a4c13300bc79f"; - }; + phoenix_view = + let + version = "2.0.3"; + in + buildMix { + inherit version; + name = "phoenix_view"; - beamDeps = [ - castore - hackney - jason - mime - telemetry - ]; + src = fetchHex { + inherit version; + pkg = "phoenix_view"; + sha256 = "cd34049af41be2c627df99cd4eaa71fc52a328c0c3d8e7d4aa28f880c30e7f64"; }; - thousand_island = - let - version = "1.3.5"; - in - buildMix { + beamDeps = [ phoenix_html phoenix_template ]; + }; + + plug = + let + version = "1.15.3"; + in + buildMix { + inherit version; + name = "plug"; + + src = fetchHex { inherit version; - name = "thousand_island"; + pkg = "plug"; + sha256 = "cc4365a3c010a56af402e0809208873d113e9c38c401cabd88027ef4f5c01fd2"; + }; + + beamDeps = [ mime plug_crypto telemetry ]; + }; - src = fetchHex { - inherit version; - pkg = "thousand_island"; - sha256 = "2be6954916fdfe4756af3239fb6b6d75d0b8063b5df03ba76fd8a4c87849e180"; - }; + plug_crypto = + let + version = "2.0.0"; + in + buildMix { + inherit version; + name = "plug_crypto"; - beamDeps = [ telemetry ]; + src = fetchHex { + inherit version; + pkg = "plug_crypto"; + sha256 = "53695bae57cc4e54566d993eb01074e4d894b65a3766f1c43e2c61a1b0f45ea9"; }; + }; + + poolboy = + let + version = "1.5.2"; + in + buildRebar3 { + inherit version; + name = "poolboy"; - timex = - let - version = "3.7.11"; - in - buildMix { + src = fetchHex { inherit version; - name = "timex"; + pkg = "poolboy"; + sha256 = "dad79704ce5440f3d5a3681c8590b9dc25d1a561e8f5a9c995281012860901e3"; + }; + }; - src = fetchHex { - inherit version; - pkg = "timex"; - sha256 = "8b9024f7efbabaf9bd7aa04f65cf8dcd7c9818ca5737677c7b76acbc6a94d1aa"; - }; + postgrex = + let + version = "0.17.4"; + in + buildMix { + inherit version; + name = "postgrex"; - beamDeps = [ - combine - gettext - tzdata - ]; + src = fetchHex { + inherit version; + pkg = "postgrex"; + sha256 = "6458f7d5b70652bc81c3ea759f91736c16a31be000f306d3c64bcdfe9a18b3cc"; }; - tls_certificate_check = - let - version = "1.21.0"; - in - buildRebar3 { + beamDeps = [ db_connection decimal jason ]; + }; + + progress_bar = + let + version = "3.0.0"; + in + buildMix { + inherit version; + name = "progress_bar"; + + src = fetchHex { inherit version; - name = "tls_certificate_check"; + pkg = "progress_bar"; + sha256 = "6981c2b25ab24aecc91a2dc46623658e1399c21a2ae24db986b90d678530f2b7"; + }; - src = fetchHex { - inherit version; - pkg = "tls_certificate_check"; - sha256 = "6cee6cffc35a390840d48d463541d50746a7b0e421acaadb833cfc7961e490e7"; - }; + beamDeps = [ decimal ]; + }; - beamDeps = [ ssl_verify_fun ]; + rajska = + let + version = "0c036448e261e8be6a512581c592fadf48982d84"; + in + buildMix { + inherit version; + name = "rajska"; + + src = builtins.fetchGit { + url = "https://github.com/tcitworld/rajska.git"; + rev = "0c036448e261e8be6a512581c592fadf48982d84"; + allRefs = true; }; - tz_world = - let - version = "1.3.2"; - in - buildMix { + beamDeps = [ absinthe hammer ]; + }; + + ranch = + let + version = "2.1.0"; + in + buildRebar3 { + inherit version; + name = "ranch"; + + src = fetchHex { inherit version; - name = "tz_world"; + pkg = "ranch"; + sha256 = "244ee3fa2a6175270d8e1fc59024fd9dbc76294a321057de8f803b1479e76916"; + }; + }; - src = fetchHex { - inherit version; - pkg = "tz_world"; - sha256 = "d1a345e07b3378c4c902ad54fbd5d54c8c3dd55dba883b7407fe57bcec45ff2a"; - }; + remote_ip = + let + version = "1.1.0"; + in + buildMix { + inherit version; + name = "remote_ip"; - beamDeps = [ - castore - certifi - geo - jason - ]; + src = fetchHex { + inherit version; + pkg = "remote_ip"; + sha256 = "616ffdf66aaad6a72fc546dabf42eed87e2a99e97b09cbd92b10cc180d02ed74"; }; - tzdata = - let - version = "1.1.1"; - in - buildMix { + beamDeps = [ combine plug ]; + }; + + replug = + let + version = "0.1.0"; + in + buildMix { + inherit version; + name = "replug"; + + src = fetchHex { inherit version; - name = "tzdata"; + pkg = "replug"; + sha256 = "f71f7a57e944e854fe4946060c6964098e53958074c69fb844b96e0bd58cfa60"; + }; - src = fetchHex { - inherit version; - pkg = "tzdata"; - sha256 = "a69cec8352eafcd2e198dea28a34113b60fdc6cb57eb5ad65c10292a6ba89787"; - }; + beamDeps = [ plug ]; + }; - beamDeps = [ hackney ]; + sentry = + let + version = "8.1.0"; + in + buildMix { + inherit version; + name = "sentry"; + + src = fetchHex { + inherit version; + pkg = "sentry"; + sha256 = "f9fc7641ef61e885510f5e5963c2948b9de1de597c63f781e9d3d6c9c8681ab4"; }; - ueberauth = - let - version = "0.10.8"; - in - buildMix { + beamDeps = [ hackney jason plug ]; + }; + + shortuuid = + let + version = "3.0.0"; + in + buildMix { + inherit version; + name = "shortuuid"; + + src = fetchHex { inherit version; - name = "ueberauth"; + pkg = "shortuuid"; + sha256 = "dfd8f80f514cbb91622cb83f4ac0d6e2f06d98cc6d4aeba94444a212289d0d39"; + }; + }; - src = fetchHex { - inherit version; - pkg = "ueberauth"; - sha256 = "f2d3172e52821375bccb8460e5fa5cb91cfd60b19b636b6e57e9759b6f8c10c1"; - }; + sitemapper = + let + version = "0.8.0"; + in + buildMix { + inherit version; + name = "sitemapper"; - beamDeps = [ plug ]; + src = fetchHex { + inherit version; + pkg = "sitemapper"; + sha256 = "7cd42b454035da457151c9b6a314b688b5bbe5383add95badc65d013c25989c5"; }; - ueberauth_cas = - let - version = "2.3.1"; - in - buildMix { + beamDeps = [ xml_builder ]; + }; + + sleeplocks = + let + version = "1.1.2"; + in + buildRebar3 { + inherit version; + name = "sleeplocks"; + + src = fetchHex { inherit version; - name = "ueberauth_cas"; + pkg = "sleeplocks"; + sha256 = "9fe5d048c5b781d6305c1a3a0f40bb3dfc06f49bf40571f3d2d0c57eaa7f59a5"; + }; + }; - src = fetchHex { - inherit version; - pkg = "ueberauth_cas"; - sha256 = "5068ae2b9e217c2f05aa9a67483a6531e21ba0be9a6f6c8749bb7fd1599be321"; - }; + slugger = + let + version = "0.3.0"; + in + buildMix { + inherit version; + name = "slugger"; - beamDeps = [ - httpoison - sweet_xml - ueberauth - ]; + src = fetchHex { + inherit version; + pkg = "slugger"; + sha256 = "20d0ded0e712605d1eae6c5b4889581c3460d92623a930ddda91e0e609b5afba"; }; + }; + + slugify = + let + version = "1.3.1"; + in + buildMix { + inherit version; + name = "slugify"; - ueberauth_discord = - let - version = "0.7.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "ueberauth_discord"; + pkg = "slugify"; + sha256 = "cb090bbeb056b312da3125e681d98933a360a70d327820e4b7f91645c4d8be76"; + }; + }; - src = fetchHex { - inherit version; - pkg = "ueberauth_discord"; - sha256 = "d6f98ef91abb4ddceada4b7acba470e0e68c4d2de9735ff2f24172a8e19896b4"; - }; + ssl_verify_fun = + let + version = "1.1.7"; + in + buildMix { + inherit version; + name = "ssl_verify_fun"; - beamDeps = [ - oauth2 - ueberauth - ]; + src = fetchHex { + inherit version; + pkg = "ssl_verify_fun"; + sha256 = "fe4c190e8f37401d30167c8c405eda19469f34577987c76dde613e838bbc67f8"; }; + }; - ueberauth_facebook = - let - version = "0.10.0"; - in - buildMix { + struct_access = + let + version = "1.1.2"; + in + buildMix { + inherit version; + name = "struct_access"; + + src = fetchHex { inherit version; - name = "ueberauth_facebook"; + pkg = "struct_access"; + sha256 = "e4c411dcc0226081b95709909551fc92b8feb1a3476108348ea7e3f6c12e586a"; + }; + }; - src = fetchHex { - inherit version; - pkg = "ueberauth_facebook"; - sha256 = "bf8ce5d66b1c50da8abff77e8086c1b710bdde63f4acaef19a651ba43a9537a8"; - }; + sweet_xml = + let + version = "0.7.4"; + in + buildMix { + inherit version; + name = "sweet_xml"; - beamDeps = [ - oauth2 - ueberauth - ]; + src = fetchHex { + inherit version; + pkg = "sweet_xml"; + sha256 = "e7c4b0bdbf460c928234951def54fe87edf1a170f6896675443279e2dbeba167"; }; + }; + + swoosh = + let + version = "1.15.3"; + in + buildMix { + inherit version; + name = "swoosh"; - ueberauth_github = - let - version = "0.8.3"; - in - buildMix { + src = fetchHex { inherit version; - name = "ueberauth_github"; + pkg = "swoosh"; + sha256 = "97a667b96ca8cc48a4679f6cd1f40a36d8701cf052587298473614caa70f164a"; + }; - src = fetchHex { - inherit version; - pkg = "ueberauth_github"; - sha256 = "ae0ab2879c32cfa51d7287a48219b262bfdab0b7ec6629f24160564247493cc6"; - }; + beamDeps = [ bandit gen_smtp hackney jason mime plug telemetry ]; + }; - beamDeps = [ - oauth2 - ueberauth - ]; + telemetry = + let + version = "1.3.0"; + in + buildRebar3 { + inherit version; + name = "telemetry"; + + src = fetchHex { + inherit version; + pkg = "telemetry"; + sha256 = "7015fc8919dbe63764f4b4b87a95b7c0996bd539e0d499be6ec9d7f3875b79e6"; }; + }; - ueberauth_gitlab_strategy = - let - version = "0.4.0"; - in - buildMix { + tesla = + let + version = "1.8.0"; + in + buildMix { + inherit version; + name = "tesla"; + + src = fetchHex { inherit version; - name = "ueberauth_gitlab_strategy"; + pkg = "tesla"; + sha256 = "10501f360cd926a309501287470372af1a6e1cbed0f43949203a4c13300bc79f"; + }; - src = fetchHex { - inherit version; - pkg = "ueberauth_gitlab_strategy"; - sha256 = "e86e2e794bb063c07c05a6b1301b73f2be3ba9308d8f47ecc4d510ef9226091e"; - }; + beamDeps = [ castore hackney jason mime telemetry ]; + }; - beamDeps = [ - oauth2 - ueberauth - ]; + thousand_island = + let + version = "1.3.5"; + in + buildMix { + inherit version; + name = "thousand_island"; + + src = fetchHex { + inherit version; + pkg = "thousand_island"; + sha256 = "2be6954916fdfe4756af3239fb6b6d75d0b8063b5df03ba76fd8a4c87849e180"; }; - ueberauth_google = - let - version = "0.12.1"; - in - buildMix { + beamDeps = [ telemetry ]; + }; + + timex = + let + version = "3.7.11"; + in + buildMix { + inherit version; + name = "timex"; + + src = fetchHex { inherit version; - name = "ueberauth_google"; + pkg = "timex"; + sha256 = "8b9024f7efbabaf9bd7aa04f65cf8dcd7c9818ca5737677c7b76acbc6a94d1aa"; + }; - src = fetchHex { - inherit version; - pkg = "ueberauth_google"; - sha256 = "7f7deacd679b2b66e3bffb68ecc77aa1b5396a0cbac2941815f253128e458c38"; - }; + beamDeps = [ combine gettext tzdata ]; + }; - beamDeps = [ - oauth2 - ueberauth - ]; + tls_certificate_check = + let + version = "1.21.0"; + in + buildRebar3 { + inherit version; + name = "tls_certificate_check"; + + src = fetchHex { + inherit version; + pkg = "tls_certificate_check"; + sha256 = "6cee6cffc35a390840d48d463541d50746a7b0e421acaadb833cfc7961e490e7"; }; - ueberauth_keycloak_strategy = - let - version = "0.4.0"; - in - buildMix { + beamDeps = [ ssl_verify_fun ]; + }; + + tz_world = + let + version = "1.3.2"; + in + buildMix { + inherit version; + name = "tz_world"; + + src = fetchHex { inherit version; - name = "ueberauth_keycloak_strategy"; + pkg = "tz_world"; + sha256 = "d1a345e07b3378c4c902ad54fbd5d54c8c3dd55dba883b7407fe57bcec45ff2a"; + }; + + beamDeps = [ castore certifi geo jason ]; + }; - src = fetchHex { - inherit version; - pkg = "ueberauth_keycloak_strategy"; - sha256 = "c03027937bddcbd9ff499e457f9bb05f79018fa321abf79ebcfed2af0007211b"; - }; + tzdata = + let + version = "1.1.1"; + in + buildMix { + inherit version; + name = "tzdata"; - beamDeps = [ - oauth2 - ueberauth - ]; + src = fetchHex { + inherit version; + pkg = "tzdata"; + sha256 = "a69cec8352eafcd2e198dea28a34113b60fdc6cb57eb5ad65c10292a6ba89787"; }; - ueberauth_twitter = - let - version = "0.4.1"; - in - buildMix { + beamDeps = [ hackney ]; + }; + + ueberauth = + let + version = "0.10.8"; + in + buildMix { + inherit version; + name = "ueberauth"; + + src = fetchHex { inherit version; - name = "ueberauth_twitter"; + pkg = "ueberauth"; + sha256 = "f2d3172e52821375bccb8460e5fa5cb91cfd60b19b636b6e57e9759b6f8c10c1"; + }; - src = fetchHex { - inherit version; - pkg = "ueberauth_twitter"; - sha256 = "83ca8ea3e1a3f976f1adbebfb323b9ebf53af453fbbf57d0486801a303b16065"; - }; + beamDeps = [ plug ]; + }; - beamDeps = [ - httpoison - oauther - ueberauth - ]; + ueberauth_cas = + let + version = "2.3.1"; + in + buildMix { + inherit version; + name = "ueberauth_cas"; + + src = fetchHex { + inherit version; + pkg = "ueberauth_cas"; + sha256 = "5068ae2b9e217c2f05aa9a67483a6531e21ba0be9a6f6c8749bb7fd1599be321"; }; - unicode_util_compat = - let - version = "0.7.0"; - in - buildRebar3 { + beamDeps = [ httpoison sweet_xml ueberauth ]; + }; + + ueberauth_discord = + let + version = "0.7.0"; + in + buildMix { + inherit version; + name = "ueberauth_discord"; + + src = fetchHex { inherit version; - name = "unicode_util_compat"; + pkg = "ueberauth_discord"; + sha256 = "d6f98ef91abb4ddceada4b7acba470e0e68c4d2de9735ff2f24172a8e19896b4"; + }; + + beamDeps = [ oauth2 ueberauth ]; + }; + + ueberauth_facebook = + let + version = "0.10.0"; + in + buildMix { + inherit version; + name = "ueberauth_facebook"; - src = fetchHex { - inherit version; - pkg = "unicode_util_compat"; - sha256 = "25eee6d67df61960cf6a794239566599b09e17e668d3700247bc498638152521"; - }; + src = fetchHex { + inherit version; + pkg = "ueberauth_facebook"; + sha256 = "bf8ce5d66b1c50da8abff77e8086c1b710bdde63f4acaef19a651ba43a9537a8"; }; - unplug = - let - version = "1.0.0"; - in - buildMix { + beamDeps = [ oauth2 ueberauth ]; + }; + + ueberauth_github = + let + version = "0.8.3"; + in + buildMix { + inherit version; + name = "ueberauth_github"; + + src = fetchHex { inherit version; - name = "unplug"; + pkg = "ueberauth_github"; + sha256 = "ae0ab2879c32cfa51d7287a48219b262bfdab0b7ec6629f24160564247493cc6"; + }; - src = fetchHex { - inherit version; - pkg = "unplug"; - sha256 = "d171a85758aa412d4e85b809c203e1b1c4c76a4d6ab58e68dc9a8a8acd9b7c3a"; - }; + beamDeps = [ oauth2 ueberauth ]; + }; - beamDeps = [ plug ]; + ueberauth_gitlab_strategy = + let + version = "0.4.0"; + in + buildMix { + inherit version; + name = "ueberauth_gitlab_strategy"; + + src = fetchHex { + inherit version; + pkg = "ueberauth_gitlab_strategy"; + sha256 = "e86e2e794bb063c07c05a6b1301b73f2be3ba9308d8f47ecc4d510ef9226091e"; }; - unsafe = - let - version = "1.0.2"; - in - buildMix { + beamDeps = [ oauth2 ueberauth ]; + }; + + ueberauth_google = + let + version = "0.12.1"; + in + buildMix { + inherit version; + name = "ueberauth_google"; + + src = fetchHex { inherit version; - name = "unsafe"; + pkg = "ueberauth_google"; + sha256 = "7f7deacd679b2b66e3bffb68ecc77aa1b5396a0cbac2941815f253128e458c38"; + }; + + beamDeps = [ oauth2 ueberauth ]; + }; + + ueberauth_keycloak_strategy = + let + version = "0.4.0"; + in + buildMix { + inherit version; + name = "ueberauth_keycloak_strategy"; - src = fetchHex { - inherit version; - pkg = "unsafe"; - sha256 = "b485231683c3ab01a9cd44cb4a79f152c6f3bb87358439c6f68791b85c2df675"; - }; + src = fetchHex { + inherit version; + pkg = "ueberauth_keycloak_strategy"; + sha256 = "c03027937bddcbd9ff499e457f9bb05f79018fa321abf79ebcfed2af0007211b"; }; - vite_phx = - let - version = "0.3.1"; - in - buildMix { + beamDeps = [ oauth2 ueberauth ]; + }; + + ueberauth_twitter = + let + version = "0.4.1"; + in + buildMix { + inherit version; + name = "ueberauth_twitter"; + + src = fetchHex { inherit version; - name = "vite_phx"; + pkg = "ueberauth_twitter"; + sha256 = "83ca8ea3e1a3f976f1adbebfb323b9ebf53af453fbbf57d0486801a303b16065"; + }; - src = fetchHex { - inherit version; - pkg = "vite_phx"; - sha256 = "08b1726094a131490ff0a2c7764c4cdd4b5cdf8ba9762638a5dd4bcd9e5fc936"; - }; + beamDeps = [ httpoison oauther ueberauth ]; + }; - beamDeps = [ - jason - phoenix - ]; + unicode_util_compat = + let + version = "0.7.0"; + in + buildRebar3 { + inherit version; + name = "unicode_util_compat"; + + src = fetchHex { + inherit version; + pkg = "unicode_util_compat"; + sha256 = "25eee6d67df61960cf6a794239566599b09e17e668d3700247bc498638152521"; }; + }; + + unplug = + let + version = "1.0.0"; + in + buildMix { + inherit version; + name = "unplug"; - web_push_encryption = - let - version = "6e143dcde0a2854c4f0d72816b7ecab696432779"; - in - buildMix { + src = fetchHex { inherit version; - name = "web_push_encryption"; + pkg = "unplug"; + sha256 = "d171a85758aa412d4e85b809c203e1b1c4c76a4d6ab58e68dc9a8a8acd9b7c3a"; + }; + + beamDeps = [ plug ]; + }; - src = builtins.fetchGit { - url = "https://github.com/danhper/elixir-web-push-encryption.git"; - rev = "6e143dcde0a2854c4f0d72816b7ecab696432779"; - allRefs = true; - }; + unsafe = + let + version = "1.0.2"; + in + buildMix { + inherit version; + name = "unsafe"; - beamDeps = [ - httpoison - jose - ]; + src = fetchHex { + inherit version; + pkg = "unsafe"; + sha256 = "b485231683c3ab01a9cd44cb4a79f152c6f3bb87358439c6f68791b85c2df675"; }; + }; + + vite_phx = + let + version = "0.3.1"; + in + buildMix { + inherit version; + name = "vite_phx"; - websock = - let - version = "0.5.3"; - in - buildMix { + src = fetchHex { inherit version; - name = "websock"; + pkg = "vite_phx"; + sha256 = "08b1726094a131490ff0a2c7764c4cdd4b5cdf8ba9762638a5dd4bcd9e5fc936"; + }; + + beamDeps = [ jason phoenix ]; + }; - src = fetchHex { - inherit version; - pkg = "websock"; - sha256 = "6105453d7fac22c712ad66fab1d45abdf049868f253cf719b625151460b8b453"; - }; + web_push_encryption = + let + version = "6e143dcde0a2854c4f0d72816b7ecab696432779"; + in + buildMix { + inherit version; + name = "web_push_encryption"; + + src = builtins.fetchGit { + url = "https://github.com/danhper/elixir-web-push-encryption.git"; + rev = "6e143dcde0a2854c4f0d72816b7ecab696432779"; + allRefs = true; }; - websock_adapter = - let - version = "0.5.5"; - in - buildMix { - inherit version; - name = "websock_adapter"; + beamDeps = [ httpoison jose ]; + }; - src = fetchHex { - inherit version; - pkg = "websock_adapter"; - sha256 = "4b977ba4a01918acbf77045ff88de7f6972c2a009213c515a445c48f224ffce9"; - }; + websock = + let + version = "0.5.3"; + in + buildMix { + inherit version; + name = "websock"; - beamDeps = [ - bandit - plug - websock - ]; + src = fetchHex { + inherit version; + pkg = "websock"; + sha256 = "6105453d7fac22c712ad66fab1d45abdf049868f253cf719b625151460b8b453"; }; + }; + + websock_adapter = + let + version = "0.5.5"; + in + buildMix { + inherit version; + name = "websock_adapter"; - xml_builder = - let - version = "2.2.0"; - in - buildMix { + src = fetchHex { inherit version; - name = "xml_builder"; + pkg = "websock_adapter"; + sha256 = "4b977ba4a01918acbf77045ff88de7f6972c2a009213c515a445c48f224ffce9"; + }; + + beamDeps = [ bandit plug websock ]; + }; - src = fetchHex { - inherit version; - pkg = "xml_builder"; - sha256 = "9d66d52fb917565d358166a4314078d39ef04d552904de96f8e73f68f64a62c9"; - }; + xml_builder = + let + version = "2.2.0"; + in + buildMix { + inherit version; + name = "xml_builder"; + + src = fetchHex { + inherit version; + pkg = "xml_builder"; + sha256 = "9d66d52fb917565d358166a4314078d39ef04d552904de96f8e73f68f64a62c9"; }; - }; + }; + }; in self diff --git a/mix.lock b/mix.lock index 839e9189c..f59e9c75b 100644 --- a/mix.lock +++ b/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"}, "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"}, - "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"}, "decimal": {:hex, :decimal, "2.1.1", "5611dca5d4b2c3dd497dec8f68751f1f1a54755e8ed2a966c2633cf885973ad6", [:mix], [], "hexpm", "53cfe5f497ed0e7771ae1a475575603d77425099ba5faef9394932b35020ffcc"}, "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"}, "earmark_parser": {:hex, :earmark_parser, "1.4.39", "424642f8335b05bb9eb611aa1564c148a8ee35c9c8a8bba6e129d51a3e3c6769", [:mix], [], "hexpm", "06553a88d1f1846da9ef066b87b57c6f605552cfbe40d20bd8d59cc6bde41944"}, "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_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"}, @@ -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"}, "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"}, - "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"}, "jumper": {:hex, :jumper, "1.0.2", "68cdcd84472a00ac596b4e6459a41b3062d4427cbd4f1e8c8793c5b54f1406a7", [:mix], [], "hexpm", "9b7782409021e01ab3c08270e26f36eb62976a38c1aa64b2eaf6348422f165e1"}, "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"}, "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"}, - "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"}, "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"},