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