[Backport release-26.05] beamPackages.hex: 2.5.0 -> 2.5.1 (#540503)

This commit is contained in:
Adam C. Stephens
2026-07-13 19:33:20 +00:00
committed by GitHub

View File

@@ -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" ''