fix(nix): fix pnpm hash
This commit is contained in:
parent
41e6300319
commit
1446585272
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
pnpmDeps = pnpm.fetchDeps {
|
||||
inherit (finalAttrs) pname version src;
|
||||
hash = "sha256-ucTUmKTeyfTSgWOcLEtf0n9VhzUfHGm41YCYLDxskh0=";
|
||||
hash = "sha256-cfgwFkkfZxRqLSnBR/LmYS/0v2U54eaWMMWkGduu+Rc=";
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in a new issue