elixir_1_17: 1.17.0 -> 1.17.1

This commit is contained in:
R. Ryantm 2024-06-18 13:02:01 +00:00
parent bd8d034e65
commit c87a408fb3

View File

@ -1,8 +1,8 @@
{ mkDerivation }:
mkDerivation {
version = "1.17.0";
sha256 = "sha256-RBylCfD+aCsvCqWUIvqXi3izNqqQoNfQNnQiZxz0Igg=";
# https://hexdocs.pm/elixir/1.17.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
version = "1.17.1";
sha256 = "sha256-a7A+426uuo3bUjggkglY1lqHmSbZNpjPaFpQUXYtW9k=";
# https://hexdocs.pm/elixir/1.17.1/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
minimumOTPVersion = "25";
escriptPath = "lib/elixir/scripts/generate_app.escript";
}