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

nodejs_22: 22.22.1 -> 22.22.2

parent fdc7b8f7
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -16,13 +16,15 @@ 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 {
  version = "22.22.1";
  sha256 = "87104b07e7acee748bcc5391e1bc69cf3571caa0fdfb8b1d6b5fd3f9599b7849";
  version = "22.22.2";
  sha256 = "b6bedd3a8cacd5df7df015a5088264b12c74a277ba60684cb9642ae8eb743132";
  patches =
    (
      if (stdenv.hostPlatform.emulatorAvailable buildPackages) then