From a6a18d677f760f9c0f937954e65df3980e695131 Mon Sep 17 00:00:00 2001 From: nodejs-github-bot <18269663+nodejs-github-bot@users.noreply.github.com> Date: Sun, 12 Apr 2026 00:59:22 +0000 Subject: [PATCH] tools: update nixpkgs-unstable to 13043924aaa7375ce482ebe2494338e0582 --- 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 ab4eaa0124944d..f4dab340752819 100644 --- a/tools/nix/pkgs.nix +++ b/tools/nix/pkgs.nix @@ -1,10 +1,10 @@ arg: let repo = "https://github.com/NixOS/nixpkgs"; - rev = "a6522db5b947cd7026a40d02acc3ca261364e9c8"; + rev = "13043924aaa7375ce482ebe2494338e058282925"; nixpkgs = import (builtins.fetchTarball { url = "${repo}/archive/${rev}.tar.gz"; - sha256 = "0md4mhjs9vmb261hqzz5x1nq7a5nw0lhc0zkwh8550g61f6q5n67"; + sha256 = "1pbv1c3syp94rh147s2nhbzfcib01blz3s7g290m43s3nk71404z"; }) arg; in nixpkgs