From eaf01929d4e4b560767ae82603b67f848dfdf4fc Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Mon, 29 Jun 2026 10:05:15 -0400 Subject: [PATCH] beamPackages.hex: 2.4.2 -> 2.5.0 Diff: https://github.com/hexpm/hex/compare/v2.4.2...v2.5.0 --- 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 05143c682196..9a5f9f257260 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.2"; + version = "2.5.0"; src = fetchFromGitHub { owner = "hexpm"; repo = "hex"; rev = "v${version}"; - sha256 = "sha256-+deoFCHs2paABaZInyknwdQJafJ/DO0EnqscPUiL6rY="; + sha256 = "sha256-Lt+dpIKtowvt96MhMcYkt3f6h2KN1uyJDkRxOUEIYY4="; }; setupHook = writeText "setupHook.sh" ''