beamPackages.hex: 2.5.0 -> 2.5.1

Diff: https://github.com/hexpm/hex/compare/v2.5.0...v2.5.1
This commit is contained in:
Adam C. Stephens
2026-07-10 15:29:00 -04:00
parent c981de056c
commit 49c7bba2b6
@@ -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" ''