From 61c7cd73fbcdca3c9cf721fc7358a08c8b9370e2 Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Fri, 15 May 2026 13:44:05 -0400 Subject: [PATCH] beamPackages.hex: 2.4.1 -> 2.4.2 Diff: https://github.com/hexpm/hex/compare/v2.4.1...v2.4.2 --- pkgs/development/beam-modules/hex/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/beam-modules/hex/default.nix b/pkgs/development/beam-modules/hex/default.nix index c9455c193cda..05143c682196 100644 --- a/pkgs/development/beam-modules/hex/default.nix +++ b/pkgs/development/beam-modules/hex/default.nix @@ -18,13 +18,13 @@ let self: stdenv.mkDerivation rec { pname = "hex"; - version = "2.4.1"; + version = "2.4.2"; src = fetchFromGitHub { owner = "hexpm"; repo = "hex"; rev = "v${version}"; - sha256 = "sha256-K6ucUWoh5QOXWAciJ04Jo3UIiRxHfcWSKRY/EL/qHjw="; + sha256 = "sha256-+deoFCHs2paABaZInyknwdQJafJ/DO0EnqscPUiL6rY="; }; setupHook = writeText "setupHook.sh" ''