fix(exprs): update vencord deps hash
This commit is contained in:
parent
19806921bc
commit
3c1a8d07cd
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ vencord-input: final: prev: {
|
|||
repo = "Vencord";
|
||||
};
|
||||
|
||||
pnpmDeps = old.pnpmDeps.overrideAttrs (_: {
|
||||
outputHash = "sha256-vVzERis1W3QZB/i6SQR9dQR56yDWadKWvFr+nLTQY9Y=";
|
||||
outputHashAlgo = "sha256";
|
||||
});
|
||||
|
||||
ventex = prev.fetchFromGitHub {
|
||||
owner = "vgskye";
|
||||
repo = "ventex";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue