nodejs_26: 26.8.1 -> 26.8.2

(cherry picked from commit 511307eb8d)
This commit is contained in:
Antoine du Hamel
2026-09-09 18:08:25 +02:00
committed by github-actions[bot]
parent 797e7b9ce5
commit 0ec300a034

View File

@@ -23,8 +23,8 @@ let
[ ];
in
buildNodejs {
version = "26.8.1";
sha256 = "d1698832a1a10f050cdda044a3e3d6a748246811e2e7bc89ba9a8bd693dc45f2";
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";