mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 01:28:26 +00:00
Merge pull request #241168 from meppu/elixir-1.15
elixir_1_15: 1.15.1 -> 1.15.2
This commit is contained in:
commit
46585b9daa
@ -1,7 +1,7 @@
|
||||
{ mkDerivation }:
|
||||
mkDerivation {
|
||||
version = "1.15.1";
|
||||
sha256 = "sha256-TP97vnhX+ZZGmOzAfqKf0dSqObPMh+34xcVpFnSb11w=";
|
||||
version = "1.15.2";
|
||||
sha256 = "sha256-JLDjLO78p1i3FqGCbgl22SZFGPxJxKGKskzAJhHV8NE=";
|
||||
# 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";
|
||||
|
Loading…
Reference in New Issue
Block a user