From ebd219b622e748df0c246b8ffdce93cb43aa95c2 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Tue, 5 Aug 2025 13:40:43 -0400 Subject: [PATCH] chore: update pnpm nix deps hash --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 3b2b201..ab8513d 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -29,7 +29,7 @@ in pnpmDeps = pnpm_10.fetchDeps { inherit pname version src; fetcherVersion = 2; - hash = "sha256-zK9yxTHgtZ8ybVsjmY/ZoScOWu5kpvEL6pVdpQZOYA8="; + hash = "sha256-GNSpFqPobX6MDPUXxz2XwdZ2Wt7boN8aok52pGgpGoM="; }; buildPhase = ''