beamPackages.hex: 2.4.1 -> 2.4.2

Diff: https://github.com/hexpm/hex/compare/v2.4.1...v2.4.2
This commit is contained in:
Adam C. Stephens
2026-05-15 13:44:05 -04:00
parent 99f41fbbf5
commit 61c7cd73fb
@@ -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" ''