nodenv: modernize

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-07-26 15:29:00 -04:00
parent 16f0c3556a
commit d846ff2228

View File

@@ -8,11 +8,14 @@ stdenv.mkDerivation (finalAttrs: {
pname = "nodenv";
version = "1.5.0";
__structuredAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "nodenv";
repo = "nodenv";
rev = "v${finalAttrs.version}";
sha256 = "sha256-PGeZKL7qsffMAZIsCLB244Fuu48GyWw5Rh67ePu6h38=";
tag = "v${finalAttrs.version}";
hash = "sha256-PGeZKL7qsffMAZIsCLB244Fuu48GyWw5Rh67ePu6h38=";
};
buildPhase = ''