0d9fc34957
GitOrigin-RevId: 5ed481943351e9fd354aeb557679624224de38d5
8 lines
269 B
Nix
8 lines
269 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "1.14.3";
|
|
sha256 = "sha256-8rkuyAQAZdaKFXnSMaIPwbgoHnPs+nJ+mdbqcqYNeE4=";
|
|
# https://hexdocs.pm/elixir/1.14.3/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
|
|
minimumOTPVersion = "23";
|
|
}
|