nodejs_24: 24.1.0 -> 24.2.0 (#415437)

authored by Arne Keller and committed by GitHub 274ec646 8781153c

+2 -9
+2 -9
pkgs/development/web/nodejs/v24.nix
··· 17 17 in 18 18 buildNodejs { 19 19 inherit enableNpm; 20 - version = "24.1.0"; 21 - sha256 = "c8171b2aeccb28c8c5347f273a25adae172fb2a65bc8c975bc22ec58949d0eaf"; 20 + version = "24.2.0"; 21 + sha256 = "40143d43efbdeeb9537995f532126c494d63a31da332acb5022f76f00afc62ab"; 22 22 patches = 23 23 ( 24 24 if (stdenv.hostPlatform.emulatorAvailable buildPackages) then ··· 51 51 ./node-npm-build-npm-package-logic.patch 52 52 ./use-correct-env-in-tests.patch 53 53 ./bin-sh-node-run-v22.patch 54 - 55 - # Can be removed after https://github.com/NixOS/nixpkgs/pull/403958. 56 - (fetchpatch2 { 57 - url = "https://github.com/nodejs/node/commit/9aa57bf8dab2dbfb8b6974fe71d5dbe6daf66244.patch?full_index=1"; 58 - hash = "sha256-k3h8mPgvaIYGAkGmaL+ix7kUnyLw4/PF7wXMAWrPMXo="; 59 - revert = true; 60 - }) 61 54 ] 62 55 ++ lib.optionals (!stdenv.buildPlatform.isDarwin) [ 63 56 # test-icu-env is failing without the reverts