From cdcb38f11e6900b9504c21ae787a4818fc0a85bb Mon Sep 17 00:00:00 2001 From: Igor Ramazanov Date: Sat, 9 Aug 2025 20:02:21 +0000 Subject: [PATCH] fix: nix: hash --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index b509dde..bc6146b 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-CsrZjXl31sl/YRzpt/pyBtr4QKn1pLRHqu5hUcNVZbo="; + hash = "sha256-GNSpFqPobX6MDPUXxz2XwdZ2Wt7boN8aok52pGgpGoM="; }; buildPhase = ''