From 13eb80f3b718452213e0fc449702aefbbfe4110f Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Mon, 23 Feb 2026 20:23:23 -0500 Subject: [PATCH] tools: update nixpkgs-unstable to d1c15b7d5806069da59e819999d70e1cec0 PR-URL: https://github.com/nodejs/node/pull/61931 Reviewed-By: Antoine du Hamel Reviewed-By: Colin Ihrig --- tools/nix/pkgs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/nix/pkgs.nix b/tools/nix/pkgs.nix index d6f14843ada4ac..a47c850451d81a 100644 --- a/tools/nix/pkgs.nix +++ b/tools/nix/pkgs.nix @@ -1,10 +1,10 @@ arg: let repo = "https://github.com/NixOS/nixpkgs"; - rev = "2343bbb58f99267223bc2aac4fc9ea301a155a16"; + rev = "d1c15b7d5806069da59e819999d70e1cec0760bf"; nixpkgs = import (builtins.fetchTarball { url = "${repo}/archive/${rev}.tar.gz"; - sha256 = "03qwpi78578vlp1y1wfg5yrfyinp82sq16z910gijpphc16dd2rf"; + sha256 = "08f0iv9rn4d9ha35kblqpkrgbbnfby87bj8fx1839l3r4grqdnvg"; }) arg; in nixpkgs