3
0
Fork 0
forked from mirrors/nixpkgs

elixir_1_15: 1.15.2 -> 1.15.4

This commit is contained in:
meppu 2023-07-18 19:09:10 +03:00 committed by Yt
parent 9c017f7164
commit 12ecdc253b

View file

@ -1,7 +1,7 @@
{ mkDerivation }:
mkDerivation {
version = "1.15.2";
sha256 = "sha256-JLDjLO78p1i3FqGCbgl22SZFGPxJxKGKskzAJhHV8NE=";
version = "1.15.4";
sha256 = "sha256-0DrfKQPyFX+zurCIZ6RVj9vm1lHSkJSfhiUaRpa3FFo=";
# 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";