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

elixir_1_17: 1.17.0 -> 1.17.1
This commit is contained in:
superherointj 2024-06-18 14:44:05 -03:00 committed by GitHub
commit 9be7393d72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";
}