elixir_1_15: 1.15.4 -> 1.15.5

This commit is contained in:
meppu 2023-08-28 21:43:32 +03:00
parent 074dea1e11
commit fa5c7c1916
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
{ mkDerivation }:
mkDerivation {
version = "1.15.4";
sha256 = "sha256-0DrfKQPyFX+zurCIZ6RVj9vm1lHSkJSfhiUaRpa3FFo=";
version = "1.15.5";
sha256 = "sha256-2M1xen5gwmtOu4ug0XkxYke6h+Bw89JkpQGMDhbtNa0=";
# https://hexdocs.pm/elixir/1.15.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
minimumOTPVersion = "24";
escriptPath = "lib/elixir/scripts/generate_app.escript";