depot/third_party/nixpkgs/pkgs/development/interpreters/elixir/1.14.nix

9 lines
269 B
Nix
Raw Normal View History

{ 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";
}