ps3-disc-dumper: 3.2.3 -> 4.2.5, .NET 6 -> 9 (#361506)
[NixPkgs.git] / pkgs / development / interpreters / elixir / 1.15.nix
blobfe11d552a83724ca1e80763da824d0955c86fb1d
1 { mkDerivation }:
2 mkDerivation {
3   version = "1.15.7";
4   sha256 = "sha256-6GfZycylh+sHIuiQk/GQr1pRQRY1uBycSQdsVJ0J13k=";
5   # https://hexdocs.pm/elixir/1.15.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
6   minimumOTPVersion = "24";
7   escriptPath = "lib/elixir/scripts/generate_app.escript";