nixpkgs/pkgs/development/interpreters/elixir/1.14.nix
2023-01-15 16:13:37 -05:00

9 lines
269 B
Nix

{ mkDerivation }:
mkDerivation {
version = "1.14.3";
sha256 = "sha256-8rkuyAQAZdaKFXnSMaIPwbgoHnPs+nJ+mdbqcqYNeE4=";
# https://hexdocs.pm/elixir/1.14.3/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
minimumOTPVersion = "23";
}