Merge pull request #313277 from r-ryantm/auto-update/elixir

elixir: 1.16.2 -> 1.16.3
This commit is contained in:
Pol Dellaiera 2024-05-21 07:41:27 +02:00 committed by GitHub
commit dd5bd2b613
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{ mkDerivation }:
mkDerivation {
version = "1.16.2";
sha256 = "sha256-NUYYxf73Fuk3FUoVFKTo6IN9QCTvzz5wNshIf/nitJA=";
version = "1.16.3";
sha256 = "sha256-WUBqoz3aQvBlSG3pTxGBpWySY7I0NUcDajQBgq5xYTU=";
# https://hexdocs.pm/elixir/1.16.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
minimumOTPVersion = "24";
escriptPath = "lib/elixir/scripts/generate_app.escript";