fix(exprs): update vencord hash and esbuild
This commit is contained in:
parent
0cdc4ca10e
commit
b262ff1ded
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ inputs: final: prev: {
|
|||
env = old.env // {
|
||||
VENCORD_REMOTE = "Vendicated/Vencord";
|
||||
VENCORD_HASH = inputs.vencord.shortRev;
|
||||
ESBUILD_BINARY_PATH = prev.lib.getExe prev.esbuild; # 0.25.1
|
||||
};
|
||||
|
||||
pnpmDeps = old.pnpmDeps.overrideAttrs {
|
||||
outputHash = "sha256-hO6QKRr4jTfesRDAEGcpFeJmGTGLGMw6EgIvD23DNzw=";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue