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/rfbgckigygfv6d4d2x3wkpjay56hsdvn-update-nodejs.drv /nix/store/iif0siglh6dvnfrl1jifd39iqmxg3dm3-packages.json.drv building '/nix/store/rfbgckigygfv6d4d2x3wkpjay56hsdvn-update-nodejs.drv'... building '/nix/store/iif0siglh6dvnfrl1jifd39iqmxg3dm3-packages.json.drv'... Going to be running update for following packages: - nodejs-18.14.2 Press Enter key to continue... Running update for: - nodejs-18.14.2: UPDATING ... - nodejs-18.14.2: 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 766fabc3c9e..4ad1d48a666 100644 --- a/pkgs/development/web/nodejs/v18.nix +++ b/pkgs/development/web/nodejs/v18.nix @@ -9,8 +9,8 @@ let in buildNodejs { inherit enableNpm; - version = "18.14.2"; - sha256 = "sha256-+8Nk3SX+4srMDyAz2y2GEV/AdXUxDqDmRAi4Fw0JxoU="; + version = "18.15.0"; + sha256 = "0dxa9mcda1jpbw721i3yx6141sm0d5j1h8sw362355zz318dci4f"; patches = [ ./disable-darwin-v8-system-instrumentation.patch ./bypass-darwin-xcrun-node16.patch No auto update branch exists Old version 18.14.2" not present in staging derivation file with contents: { callPackage, fetchpatch, openssl, python3, enableNpm ? true }: let buildNodejs = callPackage ./nodejs.nix { inherit openssl; python = python3; }; in buildNodejs { inherit enableNpm; version = "18.15.0"; sha256 = "sha256-jkTWUBj/lzKEGVwjGGRpoOpAgul+xCAOX1cG1VhNqjc="; patches = [ ./disable-darwin-v8-system-instrumentation.patch ./bypass-darwin-xcrun-node16.patch ./revert-arm64-pointer-auth.patch ]; }