fix(vencord): get latest commit to fix discord
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
32113a2b75
commit
dfcb1411fa
1 changed files with 10 additions and 0 deletions
|
@ -99,6 +99,16 @@ in {
|
||||||
(pkgs.discord.override {
|
(pkgs.discord.override {
|
||||||
withOpenASAR = true;
|
withOpenASAR = true;
|
||||||
withVencord = true;
|
withVencord = true;
|
||||||
|
|
||||||
|
# FIXME: remove this when vencord is up to date
|
||||||
|
vencord = pkgs.vencord.overrideAttrs {
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "Vendicated";
|
||||||
|
repo = "Vencord";
|
||||||
|
rev = "e9e789be7093e8b025f606cde69b3d89760c9380";
|
||||||
|
hash = "sha256-kBMyxV9XlrKEZ5whV81vA4EAZiYRpgIgal7fY5KGoVs=";
|
||||||
|
};
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
buildInputs = [pkgs.makeWrapper];
|
buildInputs = [pkgs.makeWrapper];
|
||||||
|
|
Loading…
Reference in a new issue