elixir_1_14: 1.14.2 -> 1.14.3

This commit is contained in:
R. Ryantm 2023-01-15 20:31:34 +00:00 committed by Yt
parent 40dab725ae
commit ef10ea96d8

View File

@ -1,8 +1,8 @@
{ 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
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";
}