nodejs 0 -> 1 attrpath: nodejs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/2gidsqx19b8zgwy4i1cpd7hp9nyrbir5-update-nodejs.drv /nix/store/1in7i7bhbsk868lgjnz25f9wd5qplxc1-packages.json.drv building '/nix/store/2gidsqx19b8zgwy4i1cpd7hp9nyrbir5-update-nodejs.drv'... building '/nix/store/1in7i7bhbsk868lgjnz25f9wd5qplxc1-packages.json.drv'... Going to be running update for following packages: - nodejs-18.13.0 Press Enter key to continue... Running update for: - nodejs-18.13.0: UPDATING ... - nodejs-18.13.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/web/nodejs/v18.nix b/pkgs/development/web/nodejs/v18.nix index 5d1dfa55543..abf995981db 100644 --- a/pkgs/development/web/nodejs/v18.nix +++ b/pkgs/development/web/nodejs/v18.nix @@ -10,8 +10,8 @@ let in buildNodejs { inherit enableNpm; - version = "18.13.0"; - sha256 = "0s6sscynhw9limpp43f965rn9grdamcvsnd9wfb2h5qxw1icajpx"; + version = "18.14.0"; + sha256 = "0yi6y00aq17wkazb29zsdqlnlgh96n8rdc0a5glcimck379rvvs2"; patches = [ ./disable-darwin-v8-system-instrumentation.patch ./bypass-darwin-xcrun-node16.patch No auto update branch exists Old version 18.13.0" not present in master derivation file with contents: { callPackage, openssl, python3, enableNpm ? true }: let buildNodejs = callPackage ./nodejs.nix { inherit openssl; python = python3; }; in buildNodejs { inherit enableNpm; version = "18.14.0"; sha256 = "sha256-Qu+d0xmT1cjoKwqwlpE1CT5qKW76J7G+mvwErADwJno="; patches = [ ./disable-darwin-v8-system-instrumentation.patch ./bypass-darwin-xcrun-node16.patch ]; }