about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/interpreters/elixir/1.16.nix
blob: 2721ddd2207ba9526c7d62ec76a058f4af05c94b (plain) (blame)
1
2
3
4
5
6
7
8
{ mkDerivation }:
mkDerivation {
  version = "1.16.2";
  sha256 = "sha256-NUYYxf73Fuk3FUoVFKTo6IN9QCTvzz5wNshIf/nitJA=";
  # 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";
}