2022-09-09 14:08:57 +00:00
|
|
|
{ mkDerivation }:
|
|
|
|
|
|
|
|
mkDerivation {
|
2023-04-29 16:46:19 +00:00
|
|
|
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
|
2022-09-09 14:08:57 +00:00
|
|
|
minimumOTPVersion = "23";
|
|
|
|
}
|