nodejs-18_x 0 -> 1 attrpath: nodejs-18_x Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/lgy0y2mggfy9ys0p6rfvhp6x1g5qsy3l-update-nodejs.drv /nix/store/v5bz38v8hqsp9m2c6d4wl7324lyn188d-packages.json.drv building '/nix/store/lgy0y2mggfy9ys0p6rfvhp6x1g5qsy3l-update-nodejs.drv'... building '/nix/store/v5bz38v8hqsp9m2c6d4wl7324lyn188d-packages.json.drv'... Going to be running update for following packages: - nodejs-18.12.1 Press Enter key to continue... Running update for: - nodejs-18.12.1: UPDATING ... - nodejs-18.12.1: 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 29f133a8110..e5e389e84da 100644 --- a/pkgs/development/web/nodejs/v18.nix +++ b/pkgs/development/web/nodejs/v18.nix @@ -8,8 +8,8 @@ let in buildNodejs { inherit enableNpm; - version = "18.12.1"; - sha256 = "sha256-T6QGRRvFJlmikOUs/bIWKnYL1UnaS4u+vmop8pbZON8="; + version = "18.13.0"; + sha256 = "0s6sscynhw9limpp43f965rn9grdamcvsnd9wfb2h5qxw1icajpx"; patches = [ (fetchpatch { # Fixes cross compilation to aarch64-linux by reverting https://github.com/nodejs/node/pull/43200 No auto update branch exists Old version 18.12.1" not present in staging derivation file with contents: { callPackage, openssl, python3, enableNpm ? true }: let buildNodejs = callPackage ./nodejs.nix { inherit openssl; python = python3; }; npmPatches = callPackage ./npm-patches.nix { }; in buildNodejs { inherit enableNpm; version = "18.13.0"; sha256 = "0s6sscynhw9limpp43f965rn9grdamcvsnd9wfb2h5qxw1icajpx"; patches = [ ./disable-darwin-v8-system-instrumentation.patch ./bypass-darwin-xcrun-node16.patch ] ++ npmPatches; }