From 586cfaf842c9cf24969b7fbf77425c861f1957ec Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Wed, 10 Sep 2025 13:16:23 -0400 Subject: [PATCH] erlang_27: 27.3.4.2 -> 27.3.4.3 https://github.com/erlang/otp/releases/tag/OTP-27.3.4.3 --- pkgs/development/interpreters/erlang/27.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/erlang/27.nix b/pkgs/development/interpreters/erlang/27.nix index bc6b0507aac8..ee6baf22b471 100644 --- a/pkgs/development/interpreters/erlang/27.nix +++ b/pkgs/development/interpreters/erlang/27.nix @@ -1,6 +1,6 @@ { mkDerivation }: mkDerivation { - version = "27.3.4.2"; - sha256 = "sha256-wbaRSTwTrNADbShNHoWorWyD+2ul6NZbRs6isP3g+OI="; + version = "27.3.4.3"; + sha256 = "sha256-p4M1PPrbpNq6la4kgTTCOa2f5/oYxNwMaSi59mhlM4o="; }