fix: update pnpm nix hash

This commit is contained in:
Aarnav Tale 2025-04-15 10:59:55 -04:00
parent e01732ecd2
commit 52e0037a75
No known key found for this signature in database

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-GtpwQz7ngLpP+BubH6uaG1uUZsZdCQzvTI1WKBYU2T4=";
hash = "sha256-OOWgYaGwa5PtWhFEEkRCojCDmkPIR6tJ5cfFMOLND3I=";
};
buildPhase = ''