elixir_1_14: 1.14.0 -> 1.14.1
This commit is contained in:
parent
ddb10345b1
commit
3e08c10e68
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
{ mkDerivation }:
|
{ mkDerivation }:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
version = "1.14.0";
|
version = "1.14.1";
|
||||||
sha256 = "16rc4qaykddda6ax5f8zw70yhapgwraqbgx5gp3f40dvfax3d51l";
|
sha256 = "sha256-/QQckiRvwmD3gdIo19TXM0bIgdxNx8eQwpd1RnEo35A=";
|
||||||
# https://hexdocs.pm/elixir/1.14.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
|
# https://hexdocs.pm/elixir/1.14.1/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
|
||||||
minimumOTPVersion = "23";
|
minimumOTPVersion = "23";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue