chore(nix): refresh ui-tui npmDeps hash after wrap-ansi direct-dep drop

This commit is contained in:
Brooklyn Nicholson 2026-05-17 11:54:48 -05:00
parent 8c78f533dd
commit 220736f417

View file

@ -4,7 +4,7 @@ let
src = ../ui-tui;
npmDeps = pkgs.fetchNpmDeps {
inherit src;
hash = "sha256-+2lmAE9K2GorQzIqET+TW0mj+ibBa8pbfOALMnmFp6A=";
hash = "sha256-uod1G7SWEjhYNTQ2/MG1Q1JDrQ41H0by9tspv8zh0h4=";
};
npm = hermesNpmLib.mkNpmPassthru { folder = "ui-tui"; attr = "tui"; pname = "hermes-tui"; };