about summary refs log tree commit diff
path: root/pkgs/development/interpreters/elixir/1.17.nix
blob: ac1ddc8134b51fb13dc20d7f15bf1a6bddd3c099 (plain) (blame)
1
2
3
4
5
6
7
8
{ mkDerivation }:
mkDerivation {
  version = "1.17.2";
  sha256 = "sha256-8rb2f4CvJzio3QgoxvCv1iz8HooXze0tWUJ4Sc13dxg=";
  # https://hexdocs.pm/elixir/1.17.2/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
  minimumOTPVersion = "25";
  escriptPath = "lib/elixir/scripts/generate_app.escript";
}