summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/elixir/1.19.nix
blob: bcf0508f189e09c9cd3c4209f4da405bd5467be5 (plain)
1
2
3
4
5
6
7
import ./generic-builder.nix {
  version = "1.19.6";
  hash = "sha256-IpC1w3vKCKvEtmYqeYScChNWL7RXn/PjypUnLQt7IZc=";
  # https://hexdocs.pm/elixir/1.19.5/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
  minimumOTPVersion = "26";
  maximumOTPVersion = "28";
}