From ab4ccc3d4639b639a310041315bce69f808bd70f Mon Sep 17 00:00:00 2001 From: trev Date: Tue, 18 Mar 2025 22:35:51 -0400 Subject: [PATCH] build(nix): updated nix hashes --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6aa79f2..5dfcd56 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ pname = "${pname}-client"; inherit version; src = gitignore.lib.gitignoreSource ./client; - npmDepsHash = "sha256-sscWJJ64TTMZUQn2Xn7IcOU26SKRTxZY3zdzgT6RMQc="; + npmDepsHash = "sha256-l/MIy/XB5zG0T67rVwcX5YSwQqzKBoZiEH+n92DJMJA="; nodejs = pkgs.nodejs_22; npmFlags = [ "--legacy-peer-deps" ];