beamPackages.hex: 0.14.0 => 0.17.1

This commit is contained in:
Michiel Leenaars 2017-10-30 23:21:22 +01:00
parent 07e0c0e0a2
commit d424bfe236

View File

@ -8,13 +8,13 @@ let
pkg = self: stdenv.mkDerivation rec {
name = "hex";
version = "v0.14.0";
version = "v0.17.1";
src = fetchFromGitHub {
owner = "hexpm";
repo = "hex";
rev = "${version}";
sha256 = "042rcwznb6cf9khn4l969axf7vhk53gy3rp23y6c8fhfp1472pai";
sha256 = "1s4asar1mcavzj3w37jcz243ka0z5jm0r42yws3h4aagawxxg02z";
};
setupHook = writeText "setupHook.sh" ''