![Shane Sveller](/assets/img/avatar_default.png)
https://elixir-lang.org/blog/2022/09/01/elixir-v1-14-0-released/ https://hexdocs.pm/elixir/1.14.0/changelog.html
9 lines
270 B
Nix
9 lines
270 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "1.14.0";
|
|
sha256 = "16rc4qaykddda6ax5f8zw70yhapgwraqbgx5gp3f40dvfax3d51l";
|
|
# https://hexdocs.pm/elixir/1.14.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
|
|
minimumOTPVersion = "23";
|
|
}
|