2022-12-16T18:05:03 elmPackages.nodejs 0 -> 1 2022-12-16T18:05:05 attrpath: elmPackages.nodejs 2022-12-16T18:05:06 Checking auto update branch... 2022-12-16T18:05:13 [version] 2022-12-16T18:05:13 [version] skipping because derivation has updateScript 2022-12-16T18:05:13 [rustCrateVersion] 2022-12-16T18:05:13 [rustCrateVersion] No cargoSha256 found 2022-12-16T18:05:13 [golangModuleVersion] 2022-12-16T18:05:13 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-16T18:05:13 [updateScript] 2022-12-16T18:05:19 [updateScript] Success 2022-12-16T18:05:19 [updateScript] these 2 derivations will be built: /nix/store/mbngcm2hpbhncjc3xzcfwhabnp197fqr-update-nodejs.drv /nix/store/a0yn0636rv8zsz3pxy82zzmjvbc75s4y-packages.json.drv building '/nix/store/mbngcm2hpbhncjc3xzcfwhabnp197fqr-update-nodejs.drv'... building '/nix/store/a0yn0636rv8zsz3pxy82zzmjvbc75s4y-packages.json.drv'... Going to be running update for following packages: - nodejs-14.21.1 Press Enter key to continue... Running update for: - nodejs-14.21.1: UPDATING ... - nodejs-14.21.1: DONE. Packages updated! 2022-12-16T18:05:19 2022-12-16T18:05:19 [quotedUrls] 2022-12-16T18:05:20 [quotedUrls] nothing found to replace 2022-12-16T18:05:20 Diff after rewrites: diff --git a/pkgs/development/web/nodejs/v14.nix b/pkgs/development/web/nodejs/v14.nix index 86358be5bcf..4563dd7a045 100644 --- a/pkgs/development/web/nodejs/v14.nix +++ b/pkgs/development/web/nodejs/v14.nix @@ -8,7 +8,7 @@ let in buildNodejs { inherit enableNpm; - version = "14.21.1"; - sha256 = "sha256-PbldbKcolXvwkLYwGnqdLYBxSyoG2Jih22XG5Csdp6w="; + version = "14.21.2"; + sha256 = "00zzl43iis8mr8x48hww5ncj8mj5dmpn05rq7ihpffkp2q7rmw6q"; patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff; } 2022-12-16T18:06:50 No auto update branch exists 2022-12-16T18:13:52 Successfully finished processing 2022-12-16T18:13:52 cachix "/nix/store/ffnbqr1y5ksfspjzvnkx0zjdkblhjqjl-nodejs-14.21.2" 2022-12-16T18:14:04 [check][nixpkgs-review] 2022-12-16T18:33:29 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
33 packages built:
2022-12-16T18:33:32 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for elmPackages.nodejs is: "Event-driven I/O framework for the V8 JavaScript engine" meta.homepage for elmPackages.nodejs is: "https://nodejs.org" meta.changelog for elmPackages.nodejs is: "https://github.com/nodejs/node/releases/tag/v14.21.2" ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 14.21.2 with grep in /nix/store/ffnbqr1y5ksfspjzvnkx0zjdkblhjqjl-nodejs-14.21.2 - found 14.21.2 in filename of file in /nix/store/ffnbqr1y5ksfspjzvnkx0zjdkblhjqjl-nodejs-14.21.2 ---
Rebuild report (if merged into master) (click to expand) ``` 34 total rebuild path(s) 34 package rebuild(s) First fifty rebuilds by attrpath airfield base16-builder botamusique code-server discourse discourseAllPlugins elmPackages.create-elm-app elmPackages.elm elmPackages.elm-analyse elmPackages.elm-coverage elmPackages.elm-doc-preview elmPackages.elm-git-install elmPackages.elm-language-server elmPackages.elm-live elmPackages.elm-optimize-level-2 elmPackages.elm-pages elmPackages.elm-review elmPackages.elm-test elmPackages.elm-upgrade elmPackages.elm-verify-examples elmPackages.elm-xref elmPackages.nodejs ethercalc isso ldgallery lemmy-ui matrix-recorder mx-puppet-discord nodejs-14_x nodejs-slim-14_x onlykey openvscode-server photoprism psitransfer ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ffnbqr1y5ksfspjzvnkx0zjdkblhjqjl-nodejs-14.21.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A elmPackages.nodejs https://github.com/r-ryantm/nixpkgs/archive/79774be339879d1cda81c226964ea0aa77355a57.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ffnbqr1y5ksfspjzvnkx0zjdkblhjqjl-nodejs-14.21.2 ls -la /nix/store/ffnbqr1y5ksfspjzvnkx0zjdkblhjqjl-nodejs-14.21.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
33 packages built:
--- ###### Maintainer pings cc @cillianderoiste @gilligan @cko @marsam for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). 2022-12-16T18:33:35 https://api.github.com/repos/NixOS/nixpkgs/pulls/206436