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

elixir: 1.16.2 -> 1.16.3

authored by Pol Dellaiera and committed by GitHub dd5bd2b6 c52d0152

+2 -2
+2 -2
pkgs/development/interpreters/elixir/1.16.nix
··· 1 { mkDerivation }: 2 mkDerivation { 3 - version = "1.16.2"; 4 - sha256 = "sha256-NUYYxf73Fuk3FUoVFKTo6IN9QCTvzz5wNshIf/nitJA="; 5 # https://hexdocs.pm/elixir/1.16.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp 6 minimumOTPVersion = "24"; 7 escriptPath = "lib/elixir/scripts/generate_app.escript";
··· 1 { mkDerivation }: 2 mkDerivation { 3 + version = "1.16.3"; 4 + sha256 = "sha256-WUBqoz3aQvBlSG3pTxGBpWySY7I0NUcDajQBgq5xYTU="; 5 # https://hexdocs.pm/elixir/1.16.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp 6 minimumOTPVersion = "24"; 7 escriptPath = "lib/elixir/scripts/generate_app.escript";