about summary refs log tree commit diff
path: root/pkgs/development/interpreters/elixir/1.15.nix
blob: 578db897fce555e47e930650e2b6a8fa087ae1b8 (plain) (blame)
1
2
3
4
5
6
7
8
{ mkDerivation }:
mkDerivation {
  version = "1.15.1";
  sha256 = "sha256-TP97vnhX+ZZGmOzAfqKf0dSqObPMh+34xcVpFnSb11w=";
  # https://hexdocs.pm/elixir/1.15.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
  minimumOTPVersion = "24";
  escriptPath = "lib/elixir/scripts/generate_app.escript";
}