tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
elixir: 1.17.2 -> 1.17.3
R. Ryantm
2 years ago
a003c8a2
db8da26f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
interpreters
elixir
1.17.nix
+3
-3
pkgs/development/interpreters/elixir/1.17.nix
···
1
1
{ mkDerivation }:
2
2
mkDerivation {
3
3
-
version = "1.17.2";
4
4
-
sha256 = "sha256-8rb2f4CvJzio3QgoxvCv1iz8HooXze0tWUJ4Sc13dxg=";
5
5
-
# https://hexdocs.pm/elixir/1.17.2/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
3
3
+
version = "1.17.3";
4
4
+
sha256 = "sha256-7Qo6y0KAQ9lwD4oH+7wQ4W5i6INHIBDN9IQAAsYzNJw=";
5
5
+
# https://hexdocs.pm/elixir/1.17.3/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
6
6
minimumOTPVersion = "25";
7
7
escriptPath = "lib/elixir/scripts/generate_app.escript";
8
8
}