elixir: 1.16.2 -> 1.16.3

This commit is contained in:
R. Ryantm 2024-05-21 01:38:20 +00:00
parent 3d7cb74a39
commit a89f97564f

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