elixir_1_16: 1.16.0 -> 1.16.1

This commit is contained in:
Philip Munksgaard 2024-01-31 16:03:26 +01:00
parent fe9057edb7
commit 472f6ba7f6
No known key found for this signature in database
GPG Key ID: 4CE62A90EFC0B9B2

View File

@ -1,7 +1,7 @@
{ mkDerivation }:
mkDerivation {
version = "1.16.0";
sha256 = "sha256-nM3TpX18zdjDAFkljsAqwKx/1AQmwDMIQCeL75etTQc=";
version = "1.16.1";
sha256 = "sha256-rjUt3gCUszCbzGE7BriwH3ptrV81dqNB/d0nVOXrcGI=";
# 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";