about summary refs log tree commit diff
path: root/pkgs/development/interpreters/elixir/1.14.nix
blob: bfe1b012021cc3c344f288b9db02f34cf3420065 (plain) (blame)
1
2
3
4
5
6
7
8
{ mkDerivation }:

mkDerivation {
  version = "1.14.4";
  sha256 = "sha256-mV40pSpLrYKT43b8KXiQsaIB+ap+B4cS2QUxUoylm7c=";
  # https://hexdocs.pm/elixir/1.14.4/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
  minimumOTPVersion = "23";
}