fix(nix): fix pnpm hash

This commit is contained in:
Guanran Wang 2024-11-02 16:34:19 +08:00
parent 41e6300319
commit 1446585272
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -34,7 +34,7 @@
pnpmDeps = pnpm.fetchDeps { pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src; inherit (finalAttrs) pname version src;
hash = "sha256-ucTUmKTeyfTSgWOcLEtf0n9VhzUfHGm41YCYLDxskh0="; hash = "sha256-cfgwFkkfZxRqLSnBR/LmYS/0v2U54eaWMMWkGduu+Rc=";
}; };
buildPhase = '' buildPhase = ''