c7e6337bd0
GitOrigin-RevId: 08e4dc3a907a6dfec8bb3bbf1540d8abbffea22b
8 lines
269 B
Nix
8 lines
269 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation {
|
|
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
|
|
minimumOTPVersion = "23";
|
|
}
|