From f43357c4fa761679191a7e076e5eb13ca1c1500a Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Sun, 6 Sep 2026 01:00:46 +0000 Subject: [PATCH] tools: update nixpkgs-unstable to e5ead30d0824debba629dcf0720abeddee5 --- tools/nix/pkgs-26.05.nix | 4 ++-- tools/nix/pkgs.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/nix/pkgs-26.05.nix b/tools/nix/pkgs-26.05.nix index ad1278343aab..6e406d6b708b 100644 --- a/tools/nix/pkgs-26.05.nix +++ b/tools/nix/pkgs-26.05.nix @@ -1,10 +1,10 @@ arg: let repo = "https://github.com/NixOS/nixpkgs"; - rev = "f6107e546a5012172d93e79f1f7950da02ad798f"; + rev = "c19db427a1fdfc7591c0b0baeb4665dcef2c61da"; nixpkgs = import (builtins.fetchTarball { url = "${repo}/archive/${rev}.tar.gz"; - sha256 = "04n8l03dspn0747lc2vhkzbxbjc9wyx0ay959wdj35qnpyzxap5w"; + sha256 = "0chqd1d3hbqwnz7arg5lh6iqv13n13zlhia52wxn72h3r5mi5jcy"; }) arg; in # Unstable channel no longer supports Intel architecture for macOS. We can use the 26.05 channel diff --git a/tools/nix/pkgs.nix b/tools/nix/pkgs.nix index 6f9b5043d9b6..f93caa4d2a16 100644 --- a/tools/nix/pkgs.nix +++ b/tools/nix/pkgs.nix @@ -1,10 +1,10 @@ arg: let repo = "https://github.com/NixOS/nixpkgs"; - rev = "0e7911a191ea0fb9d6e8e771d24736d3618f8b1f"; + rev = "e5ead30d0824debba629dcf0720abeddee57b7d6"; nixpkgs = import (builtins.fetchTarball { url = "${repo}/archive/${rev}.tar.gz"; - sha256 = "13ry2zkl0bbh7k7l0fpkb4xjsglzr3mzshvpcw4j9fn4s66jbmrq"; + sha256 = "0sydiakqjp2qhr8h573bv48ng8928rjpwkx600xmxvsyz8kwczn1"; }) arg; in # Unstable channel no longer supports Intel architecture for macOS. We can use the 26.05 channel