Revert "fix(nix): migrate pnpm fetchDeps to fetcherVersion 3"
Some checks failed
Docker image / build-and-push-image (push) Has been cancelled
Some checks failed
Docker image / build-and-push-image (push) Has been cancelled
This reverts commit e15c9f8a25.
This commit is contained in:
parent
e15c9f8a25
commit
df60a1c0b6
1 changed files with 2 additions and 2 deletions
|
|
@ -47,9 +47,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
pnpmDeps = pnpm_9.fetchDeps {
|
||||
inherit (finalAttrs) pname version src;
|
||||
fetcherVersion = 3;
|
||||
fetcherVersion = 2;
|
||||
prePnpmInstall = patchNdk;
|
||||
hash = "sha256-UFeeMlkyzn3ohe1XNSvMlM0OpBlyJNge9DRXAWW1LsA=";
|
||||
hash = "sha256-DE2Ol9uNoRn1vnBqTr7RZX8XZSb2bwXqdFmD93XmYGQ=";
|
||||
};
|
||||
|
||||
postPatch = patchNdk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue