Loading pkgs/development/beam-modules/hex/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,13 +18,13 @@ let self: stdenv.mkDerivation rec { pname = "hex"; version = "2.1.1"; version = "2.2.1"; src = fetchFromGitHub { owner = "hexpm"; repo = "hex"; rev = "v${version}"; sha256 = "sha256-pEfd2BqkVwZVbnka98MafJ/NRn94BHh+wM0i2Q5duTo="; sha256 = "sha256-a4VNBlvW+IM7HuI66dYGqOmIF9kO6wWFqVz4vYtQOhw="; }; setupHook = writeText "setupHook.sh" '' Loading Loading
pkgs/development/beam-modules/hex/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,13 +18,13 @@ let self: stdenv.mkDerivation rec { pname = "hex"; version = "2.1.1"; version = "2.2.1"; src = fetchFromGitHub { owner = "hexpm"; repo = "hex"; rev = "v${version}"; sha256 = "sha256-pEfd2BqkVwZVbnka98MafJ/NRn94BHh+wM0i2Q5duTo="; sha256 = "sha256-a4VNBlvW+IM7HuI66dYGqOmIF9kO6wWFqVz4vYtQOhw="; }; setupHook = writeText "setupHook.sh" '' Loading