From 63513b0a34f29603d6502684f49462e86c5868c4 Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Tue, 9 Jun 2026 13:14:14 -0400 Subject: [PATCH] beamPackages.elixir_1_20: 1.20.0 -> 1.20.1 Changelog: https://github.com/elixir-lang/elixir/releases/tag/v1.20.1 --- pkgs/development/interpreters/elixir/1.20.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/elixir/1.20.nix b/pkgs/development/interpreters/elixir/1.20.nix index 011b965cbe45..5e4a1b8fb004 100644 --- a/pkgs/development/interpreters/elixir/1.20.nix +++ b/pkgs/development/interpreters/elixir/1.20.nix @@ -1,6 +1,6 @@ import ./generic-builder.nix { - version = "1.20.0"; - hash = "sha256-cTogrKyG2SkJFlnB43pwKiowf41eTHPTHbIS5f44b0Q="; + version = "1.20.1"; + hash = "sha256-eOYqYcZpHJqgbut0iOrey6CMD3LIvpqc3AU9L/g7a+Y="; # https://hexdocs.pm/elixir/1.20.0/compatibility-and-deprecations.html#between-elixir-and-erlang-otp minimumOTPVersion = "27"; maximumOTPVersion = "29";