01ed8ef136
GitOrigin-RevId: 20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8
8 lines
269 B
Nix
8 lines
269 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "1.14.2";
|
|
sha256 = "sha256-ABS+tXWm0vP3jb4ixWSi84Ltya7LHAuEkGMuAoZqHPA=";
|
|
# https://hexdocs.pm/elixir/1.14.2/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
|
|
minimumOTPVersion = "23";
|
|
}
|