overrides: pin presenterm to lastest source
Fixes a big in centering code block output
This commit is contained in:
parent
e9f6d7f76a
commit
ab7d61ae5b
1 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,14 @@ in
|
||||||
vendorHash = "sha256-tg1cJoHy5gE/45IIN+wxltQOhr8voToWyBss0+dUhg4=";
|
vendorHash = "sha256-tg1cJoHy5gE/45IIN+wxltQOhr8voToWyBss0+dUhg4=";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
presenterm = latest.presenterm.overrideAttrs (old: {
|
||||||
|
src = old.src.override {
|
||||||
|
rev = "60f6208594779611236e63592ffdba5d7fcfa4d3";
|
||||||
|
hash = "sha256-qefRNOJkCtnrLtMBW8twP+GcWObPtEBYXQBdAwQ4bMo=";
|
||||||
|
tag = null;
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
vencord = latest.vencord.overrideAttrs (old: rec {
|
vencord = latest.vencord.overrideAttrs (old: rec {
|
||||||
src = inputs.vencord;
|
src = inputs.vencord;
|
||||||
version = versionFromInput inputs.vencord;
|
version = versionFromInput inputs.vencord;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue