Merge pull request #325147 from r-ryantm/auto-update/elixir_1_17

elixir_1_17: 1.17.1 -> 1.17.2
This commit is contained in:
Adam C. Stephens 2024-07-06 21:52:42 -04:00 committed by GitHub
commit d3eac92bca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
{ mkDerivation }:
mkDerivation {
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
version = "1.17.2";
sha256 = "sha256-8rb2f4CvJzio3QgoxvCv1iz8HooXze0tWUJ4Sc13dxg=";
# https://hexdocs.pm/elixir/1.17.2/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
minimumOTPVersion = "25";
escriptPath = "lib/elixir/scripts/generate_app.escript";
}