From 218da3aef83f8823c974a3eb627782b4f96266cf Mon Sep 17 00:00:00 2001 From: trev Date: Wed, 19 Mar 2025 00:35:35 -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 c3fce56..32d2d5c 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ pname = "${pname}-client"; inherit version; src = gitignore.lib.gitignoreSource ./client; - npmDepsHash = "sha256-ZaJQxuRkWNPsCV+9kwPHAnJTDC8rB7dwUiJGRMZ0QbI="; + npmDepsHash = "sha256-W5w/73RZpLDKfWMxEy9ikBnYkeKHMWM3eMN8S7B6mvw="; nodejs = pkgs.nodejs_22; npmFlags = [ "--legacy-peer-deps" ];