Unverified Commit 633f993d authored by Yt's avatar Yt Committed by GitHub
Browse files

elixir: 1.17.2 -> 1.17.3 (#342955)

parents 3ab5b38c a003c8a2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ mkDerivation }:
mkDerivation {
  version = "1.17.2";
  sha256 = "sha256-8rb2f4CvJzio3QgoxvCv1iz8HooXze0tWUJ4Sc13dxg=";
  # https://hexdocs.pm/elixir/1.17.2/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
  version = "1.17.3";
  sha256 = "sha256-7Qo6y0KAQ9lwD4oH+7wQ4W5i6INHIBDN9IQAAsYzNJw=";
  # https://hexdocs.pm/elixir/1.17.3/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
  minimumOTPVersion = "25";
  escriptPath = "lib/elixir/scripts/generate_app.escript";
}