6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-S7Uld7wiVJjwuvfupBodIAIOO2c/ywEmFfhEHVOCcCc=";
37 description = "Manage multiple NodeJS versions";
38 homepage = "https://github.com/nodenv/nodenv/";
39 changelog = "https://github.com/nodenv/nodenv/releases/tag/v${version}";
40 license = licenses.mit;
41 maintainers = with maintainers; [ alexnortung ];
42 platforms = platforms.unix;