Revert "nodejs_26: 26.8.2 -> 26.9.0"

This reverts commit 197f1078ac.
All of them would fail now:
https://hydra.nixos.org/eval/1829238?filter=nodejs&compare=1828824#tabs-now-fail
/cc PR #563999
This commit is contained in:
Vladimír Čunát
2026-09-18 07:59:12 +02:00
parent ee26c9d734
commit cb97bc9172

View File

@@ -23,8 +23,8 @@ let
[ ];
in
buildNodejs {
version = "26.9.0";
sha256 = "47b970d88511b429e587b740fa733176909d2a2005a29662f01b05205f58468b";
version = "26.8.2";
sha256 = "36b37bf5ee4d092b9d9dff2d1a90b1444f8b453eddf6ff96cabdebb97d32f41d";
patches =
(lib.optional (!(stdenv.hostPlatform.emulatorAvailable buildPackages)) (fetchpatch2 {
url = "https://raw.githubusercontent.com/buildroot/buildroot/2f0c31bffdb59fb224387e35134a6d5e09a81d57/package/nodejs/nodejs-src/0003-include-obj-name-in-shared-intermediate.patch";