Unverified Commit 23f9169c authored by Antoine du Hamel's avatar Antoine du Hamel
Browse files

nodejs_24: 24.9.0 -> 24.10.0

parent 9534a17b
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -17,14 +17,16 @@ let

  gypPatches =
    if stdenv.buildPlatform.isDarwin then
      callPackage ./gyp-patches.nix { patch_tools = false; }
      [
        ./gyp-patches-set-fallback-value-for-CLT-darwin.patch
      ]
    else
      [ ];
in
buildNodejs {
  inherit enableNpm;
  version = "24.9.0";
  sha256 = "f17bc4cb01f59098c34a288c1bb109a778867c14eeb0ebbd608d0617b1193bbf";
  version = "24.10.0";
  sha256 = "f17e36cb2cc8c34a9215ba57b55ce791b102e293432ed47ad63cbaf15f78678f";
  patches =
    (
      if (stdenv.hostPlatform.emulatorAvailable buildPackages) then