summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/elixir/1.18.nix
blob: 12180f1ab732c6988930539b87b8e877fc85ceea (plain)
1
2
3
4
5
6
import ./generic-builder.nix {
  version = "1.18.5";
  hash = "sha256-C7RXBjZZbdSgz4jdoOCKv8xfM95ChrYjXIIS/ahX+3Y=";
  # https://hexdocs.pm/elixir/1.18.0/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
  minimumOTPVersion = "25";
}