Merge pull request #320584 from adamcstephens/hex/2.1.1

beamPackages.hex: 2.0.6 -> 2.1.1
This commit is contained in:
Yt 2024-06-17 22:38:15 +00:00 committed by GitHub
commit b4d313ceb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@ let
pkg = self: stdenv.mkDerivation rec {
pname = "hex";
version = "2.0.6";
version = "2.1.1";
src = fetchFromGitHub {
owner = "hexpm";
repo = "hex";
rev = "v${version}";
sha256 = "sha256-fSADQDrqh5U/TdhaHXsMiLMk1wtQ0gEiTqEclJ2w2nY=";
sha256 = "sha256-pEfd2BqkVwZVbnka98MafJ/NRn94BHh+wM0i2Q5duTo=";
};
setupHook = writeText "setupHook.sh" ''