beamPackages.hex: 2.4.2 -> 2.5.0

Diff: https://github.com/hexpm/hex/compare/v2.4.2...v2.5.0
(cherry picked from commit eaf01929d4)
This commit is contained in:
Adam C. Stephens 2026-06-29 10:05:15 -04:00 committed by github-actions[bot]
commit 8b26bde917

View file

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