tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
elixir_1_15: 1.15.2 -> 1.15.4
authored by
meppu
and committed by
Yt
2 years ago
12ecdc25
9c017f71
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
interpreters
elixir
1.15.nix
+2
-2
pkgs/development/interpreters/elixir/1.15.nix
···
1
{ mkDerivation }:
2
mkDerivation {
3
-
version = "1.15.2";
4
-
sha256 = "sha256-JLDjLO78p1i3FqGCbgl22SZFGPxJxKGKskzAJhHV8NE=";
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";
···
1
{ mkDerivation }:
2
mkDerivation {
3
+
version = "1.15.4";
4
+
sha256 = "sha256-0DrfKQPyFX+zurCIZ6RVj9vm1lHSkJSfhiUaRpa3FFo=";
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";