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