fix(exprs): set VENCORD_HASH
This commit is contained in:
parent
3c1a8d07cd
commit
014e2c8f90
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ vencord-input: final: prev: {
|
||||||
repo = "Vencord";
|
repo = "Vencord";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
env = old.env // {VENCORD_HASH = src.shortRev;};
|
||||||
|
|
||||||
pnpmDeps = old.pnpmDeps.overrideAttrs (_: {
|
pnpmDeps = old.pnpmDeps.overrideAttrs (_: {
|
||||||
outputHash = "sha256-vVzERis1W3QZB/i6SQR9dQR56yDWadKWvFr+nLTQY9Y=";
|
outputHash = "sha256-vVzERis1W3QZB/i6SQR9dQR56yDWadKWvFr+nLTQY9Y=";
|
||||||
outputHashAlgo = "sha256";
|
outputHashAlgo = "sha256";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue