Unverified Commit 7168780b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #248230 from marsam/update-nodejs

nodejs: 16.20.1 -> 16.20.2, 18.17.0 -> 18.17.1, 20.5.0 -> 20.5.1
parents 59eb0211 510f1b97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ in
    # If you do upgrade here, please update in pkgs/top-level/release.nix
    # the permitted insecure version to ensure it gets cached for our users
    # and backport this to stable release (23.05).
    version = "16.20.1";
    sha256 = "sha256-g+AzgeJx8aVhkYjnrqnYXZt+EvW+KijOt41ySe0it/E=";
    version = "16.20.2";
    sha256 = "sha256-V28aA8RV5JGo0TK1h+trO4RlH8iXS7NjhDPdRNIsj0k=";
    patches = [
      ./disable-darwin-v8-system-instrumentation.patch
      ./bypass-darwin-xcrun-node16.patch
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ let
in
buildNodejs {
  inherit enableNpm;
  version = "18.17.0";
  sha256 = "01h4fzr0dpnhmd96hxhbb8dhyylp68j5ramrrh9w4fgaynnzmh40";
  version = "18.17.1";
  sha256 = "sha256-8hXPA9DwDwesC2dMaBn4BMFULhbxUtoEmAAirsz15lo=";
  patches = [
    ./disable-darwin-v8-system-instrumentation.patch
    ./bypass-darwin-xcrun-node16.patch
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ let
in
buildNodejs {
  inherit enableNpm;
  version = "20.5.0";
  sha256 = "sha256-yzJ1aVje8cBOBpp5txtSymHtFZDBfyz6HuOvZB9y4Fg=";
  version = "20.5.1";
  sha256 = "sha256-Q5xxqi84woYWV7+lOOmRkaVxJYBmy/1FSFhgScgTQZA=";
  patches = [
    ./revert-arm64-pointer-auth.patch
    ./disable-darwin-v8-system-instrumentation-node19.patch
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
      # and it will be too much painful for our users to recompile them
      # for no real reason.
      # Remove them for 23.11.
      "nodejs-16.20.1"
      "nodejs-16.20.2"
      "openssl-1.1.1v"
    ];
  }; }