3
0
Fork 0
forked from mirrors/nixpkgs

elixir_1_14: 1.14.1 -> 1.14.2

This commit is contained in:
R. Ryantm 2022-11-12 05:22:21 +00:00 committed by Yt
parent 39f7a97edf
commit 7785d30d07

View file

@ -1,8 +1,8 @@
{ mkDerivation }:
mkDerivation {
version = "1.14.1";
sha256 = "sha256-/QQckiRvwmD3gdIo19TXM0bIgdxNx8eQwpd1RnEo35A=";
# https://hexdocs.pm/elixir/1.14.1/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
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";
}