elixir_1_17: set maximum OTP version of 27

https://hexdocs.pm/elixir/compatibility-and-deprecations.html
This commit is contained in:
Adam C. Stephens
2025-07-15 13:12:47 -04:00
parent 2b32c9ad86
commit ffd70542a1

View File

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