From 985ca1a7c40b2fd29696510f270cce728e1783ca Mon Sep 17 00:00:00 2001 From: nodejs-github-bot <18269663+nodejs-github-bot@users.noreply.github.com> Date: Sun, 11 Jan 2026 00:44:30 +0000 Subject: [PATCH] tools: update nixpkgs-unstable to 3146c6aa9995e7351a398e17470e15305e6 --- 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 358a3abbfc77ec..2fb6b50f724769 100644 --- a/tools/nix/pkgs.nix +++ b/tools/nix/pkgs.nix @@ -1,10 +1,10 @@ arg: let repo = "https://github.com/NixOS/nixpkgs"; - rev = "16c7794d0a28b5a37904d55bcca36003b9109aaa"; + rev = "3146c6aa9995e7351a398e17470e15305e6e18ff"; nixpkgs = import (builtins.fetchTarball { url = "${repo}/archive/${rev}.tar.gz"; - sha256 = "1931vmgdclk332ikh7psxha1bskvrjwqrqm8a3xwcsr5hc8jfmbw"; + sha256 = "165ql727hrcjz3zwsah18zclf5znfry7dc042qxc2zixsqqzah7a"; }) arg; in nixpkgs