From 1446585272acf9aa15cee990054663738c6c3417 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sat, 2 Nov 2024 16:34:19 +0800 Subject: [PATCH] fix(nix): fix pnpm hash --- package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nix b/package.nix index 464a0f4..e456ed5 100644 --- a/package.nix +++ b/package.nix @@ -34,7 +34,7 @@ pnpmDeps = pnpm.fetchDeps { inherit (finalAttrs) pname version src; - hash = "sha256-ucTUmKTeyfTSgWOcLEtf0n9VhzUfHGm41YCYLDxskh0="; + hash = "sha256-cfgwFkkfZxRqLSnBR/LmYS/0v2U54eaWMMWkGduu+Rc="; }; buildPhase = ''