From aa2b15893f4b450678d6c5b25f40652f9fd36146 Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Fri, 15 May 2026 14:01:48 -0400 Subject: [PATCH] beamPackages.elixir_1_20: 1.20.0-rc.4 -> 1.20.0-rc.5 Changelog: https://github.com/elixir-lang/elixir/releases/tag/v1.20.0-rc.5 --- pkgs/development/interpreters/elixir/1.20.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/interpreters/elixir/1.20.nix b/pkgs/development/interpreters/elixir/1.20.nix index 82a43c1fa202..8db4087c57ad 100644 --- a/pkgs/development/interpreters/elixir/1.20.nix +++ b/pkgs/development/interpreters/elixir/1.20.nix @@ -1,7 +1,7 @@ import ./generic-builder.nix { - version = "1.20.0-rc.4"; - hash = "sha256-sboB+GW3T+t9gEcOGtd6NllmIlyWio1+cgWyyxE+484="; - # https://hexdocs.pm/elixir/1.20.0-rc.4/compatibility-and-deprecations.html#between-elixir-and-erlang-otp + version = "1.20.0-rc.5"; + hash = "sha256-D1lYpwD/nb9GyCSW4W9mVliqULb7Hs641OdtwPDfsME="; + # https://hexdocs.pm/elixir/1.20.0-rc.5/compatibility-and-deprecations.html#between-elixir-and-erlang-otp minimumOTPVersion = "27"; maximumOTPVersion = "29"; }