summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/elixir/1.20.nix
blob: 22d2279d095ba3f6f5a0d7f3f8c6abfcdc78b308 (plain)
1
2
3
4
5
6
7
import ./generic-builder.nix {
  version = "1.20.4";
  hash = "sha256-Z/lAmD3wyiTnX2e7n2gHELkTpZ3AgGSjqNmvDxCH91g=";
  # https://hexdocs.pm/elixir/1.20.3/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
  minimumOTPVersion = "27";
  maximumOTPVersion = "29";
}