Adam Stephens 2024-06-17 13:57:10 -04:00
parent 41f2dc2f85
commit ceecacc612
No known key found for this signature in database

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