1{ mkDerivation }:
2mkDerivation {
3 version = "1.17.3";
4 sha256 = "sha256-7Qo6y0KAQ9lwD4oH+7wQ4W5i6INHIBDN9IQAAsYzNJw=";
5 # https://hexdocs.pm/elixir/1.17.3/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
6 minimumOTPVersion = "25";
7 maximumOTPVersion = "27";
8 escriptPath = "lib/elixir/scripts/generate_app.escript";
9}