From 5e12356d7fe027e0b17510d4060ccdc35322a82b Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Fri, 10 Jul 2026 15:29:00 -0400 Subject: [PATCH] beamPackages.hex: 2.5.0 -> 2.5.1 Diff: https://github.com/hexpm/hex/compare/v2.5.0...v2.5.1 (cherry picked from commit 49c7bba2b61e72ed0fd3366cbccf4e5109f1ad0e) --- 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 9a5f9f257260..b85f22ce547b 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.5.0"; + version = "2.5.1"; src = fetchFromGitHub { owner = "hexpm"; repo = "hex"; rev = "v${version}"; - sha256 = "sha256-Lt+dpIKtowvt96MhMcYkt3f6h2KN1uyJDkRxOUEIYY4="; + sha256 = "sha256-1xiv8FWX8fk9WBoJXCUfgFN9lo7ClMVUBYb1mmr6u9U="; }; setupHook = writeText "setupHook.sh" ''