b450903751
GitOrigin-RevId: 74a1793c659d09d7cf738005308b1f86c90cb59b
8 lines
270 B
Nix
8 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";
|
|
}
|